#AB4074

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

Shades of Royal Heath #AB4074

Tints of Royal Heath #AB4074

Color information

#AB4074 (or 0xAB4074) is unknown color: approx Royal Heath. HEX triplet: AB, 40 and 74. RGB value is (171,64,116). Sum of RGB (Red+Green+Blue) = 171+64+116=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4074 is #54BF8B. Grayscale: #656565. Windows color (decimal): -5554060 or 7618731. OLE color: 7618731.

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

Color convert

RGB17164116-
CMYK00.630.320.33
HSL330.84º45.53%46.08%-
HSV(B)330.84º62.57%67.06%-
XYZ21.7813.5918-
YUV101.92135.95177.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 64 (25.39% from 255) = 18.23%
BLUE value IS 116 (45.70% from 255) = 33.05%
R=48.72%
G=18.23%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716411600.630.320.33330.8445.5346.08
HexAB407403F202114b2e2e
Octal25310016407740415135656
Binary10101011100000011101000111111100000100001101001011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4074; }

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

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

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

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

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

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

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

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