#AB5078

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

Shades of Royal Heath #AB5078

Tints of Royal Heath #AB5078

Color information

#AB5078 (or 0xAB5078) is unknown color: approx Royal Heath. HEX triplet: AB, 50 and 78. RGB value is (171,80,120). Sum of RGB (Red+Green+Blue) = 171+80+120=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5078 is #54AF87. Grayscale: #6F6F6F. Windows color (decimal): -5549960 or 7884971. OLE color: 7884971.

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

Color convert

RGB17180120-
CMYK00.530.300.33
HSL333.63º36.25%49.22%-
HSV(B)333.63º53.22%67.06%-
XYZ23.0515.7519.59-
YUV111.77132.65170.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=46.09%
G=21.56%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718012000.530.300.33333.6336.2549.22
HexAB50780351E2114e2431
Octal25312017006536415164461
Binary1010101110100001111000011010111110100001101001110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5078; }

 p { color: rgb(171,80,120); }

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

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

 a { background-color: rgb(171,80,120); }

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

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

 span { border-color: rgb(171,80,120); }

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