#AB4675

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

Shades of Royal Heath #AB4675

Tints of Royal Heath #AB4675

Color information

#AB4675 (or 0xAB4675) is unknown color: approx Royal Heath. HEX triplet: AB, 46 and 75. RGB value is (171,70,117). Sum of RGB (Red+Green+Blue) = 171+70+117=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4675 is #54B98A. Grayscale: #696969. Windows color (decimal): -5552523 or 7685803. OLE color: 7685803.

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

Color convert

RGB17170117-
CMYK00.590.320.33
HSL332.08º41.91%47.25%-
HSV(B)332.08º59.06%67.06%-
XYZ22.214.3218.42-
YUV105.56134.46174.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.77%
GREEN value IS 70 (27.73% from 255) = 19.55%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=47.77%
G=19.55%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717011700.590.320.33332.0841.9147.25
HexAB467503B202114c2a2f
Octal25310616507340415145257
Binary10101011100011011101010111011100000100001101001100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4675; }

 p { color: rgb(171,70,117); }

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

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

 a { background-color: rgb(171,70,117); }

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

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

 span { border-color: rgb(171,70,117); }

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