#AB4067

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

Shades of Rouge #AB4067

Tints of Rouge #AB4067

Color information

#AB4067 (or 0xAB4067) is unknown color: approx Rouge. HEX triplet: AB, 40 and 67. RGB value is (171,64,103). Sum of RGB (Red+Green+Blue) = 171+64+103=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4067 is #54BF98. Grayscale: #646464. Windows color (decimal): -5554073 or 6766763. OLE color: 6766763.

HSL color Cylindrical-coordinate representation of color #AB4067: hue angle of 338.13º 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 #AB4067 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB17164103-
CMYK00.630.400.33
HSL338.13º45.53%46.08%-
HSV(B)338.13º62.57%67.06%-
XYZ21.0813.314.29-
YUV100.44129.45178.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.59%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 103 (40.62% from 255) = 30.47%
R=50.59%
G=18.93%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716410300.630.400.33338.1345.5346.08
HexAB406703F28211522e2e
Octal25310014707750415225656
Binary10101011100000011001110111111101000100001101010010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4067; }

 p { color: rgb(171,64,103); }

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

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

 a { background-color: rgb(171,64,103); }

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

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

 span { border-color: rgb(171,64,103); }

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