#AB4079

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

Shades of Royal Heath #AB4079

Tints of Royal Heath #AB4079

Color information

#AB4079 (or 0xAB4079) is unknown color: approx Royal Heath. HEX triplet: AB, 40 and 79. RGB value is (171,64,121). Sum of RGB (Red+Green+Blue) = 171+64+121=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4079 is #54BF86. Grayscale: #666666. Windows color (decimal): -5554055 or 7946411. OLE color: 7946411.

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

Color convert

RGB17164121-
CMYK00.630.290.33
HSL328.04º45.53%46.08%-
HSV(B)328.04º62.57%67.06%-
XYZ22.0813.7119.57-
YUV102.49138.45176.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.03%
GREEN value IS 64 (25.39% from 255) = 17.98%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=48.03%
G=17.98%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716412100.630.290.33328.0445.5346.08
HexAB407903F1D211482e2e
Octal25310017107735415105656
Binary1010101110000001111001011111111101100001101001000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4079; }

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

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

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

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

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

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

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

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