#AB3F6F

Color #AB3F6F Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AB3F6F

Tints of Rouge #AB3F6F

Color information

#AB3F6F (or 0xAB3F6F) is unknown color: approx Rouge. HEX triplet: AB, 3F and 6F. RGB value is (171,63,111). Sum of RGB (Red+Green+Blue) = 171+63+111=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F6F is #54C090. Grayscale: #646464. Windows color (decimal): -5554321 or 7290795. OLE color: 7290795.

HSL color Cylindrical-coordinate representation of color #AB3F6F: hue angle of 333.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB3F6F is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB17163111-
CMYK00.630.350.33
HSL333.33º46.15%45.88%-
HSV(B)333.33º63.16%67.06%-
XYZ21.4413.3616.49-
YUV100.76133.78178.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 63 (25% from 255) = 18.26%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=49.57%
G=18.26%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716311100.630.350.33333.3346.1545.88
HexAB3F6F03F232114d2e2e
Octal2537715707743415155656
Binary1010101111111111011110111111100011100001101001101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3F6F; }

 p { color: rgb(171,63,111); }

 H1.HeaderClassName
 {
   color: #AB3F6F;
 }
 .AnyTagClassName
 {
   color: #AB3F6F;
 }
</style>
background-color css

<style>
 a { background-color: #AB3F6F; }

 a { background-color: rgb(171,63,111); }

 div.DivClassName
 {
   background-color: #AB3F6F;
 }
 .BgClassName
 {
   background-color: #AB3F6F;
 }
</style>
border-color css

<style>
 span { border-color: #AB3F6F; }

 span { border-color: rgb(171,63,111); }

 td.TdClassName
 {
   border-color: #AB3F6F;
 }
 .TagClassName
 {
   border-color: #AB3F6F;
 }
</style>