#AB3E6E

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

Shades of Rouge #AB3E6E

Tints of Rouge #AB3E6E

Color information

#AB3E6E (or 0xAB3E6E) is unknown color: approx Rouge. HEX triplet: AB, 3E and 6E. RGB value is (171,62,110). Sum of RGB (Red+Green+Blue) = 171+62+110=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E6E is #54C191. Grayscale: #636363. Windows color (decimal): -5554578 or 7225003. OLE color: 7225003.

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

Color convert

RGB17162110-
CMYK00.640.360.33
HSL333.58º46.78%45.69%-
HSV(B)333.58º63.74%67.06%-
XYZ21.3313.2316.18-
YUV100.06133.61178.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=49.85%
G=18.08%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716211000.640.360.33333.5846.7845.69
HexAB3E6E040242114e2f2e
Octal25376156010044415165756
Binary10101011111110110111001000000100100100001101001110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3E6E; }

 p { color: rgb(171,62,110); }

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

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

 a { background-color: rgb(171,62,110); }

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

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

 span { border-color: rgb(171,62,110); }

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