#AB5678

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

Shades of Royal Heath #AB5678

Tints of Royal Heath #AB5678

Color information

#AB5678 (or 0xAB5678) is unknown color: approx Royal Heath. HEX triplet: AB, 56 and 78. RGB value is (171,86,120). Sum of RGB (Red+Green+Blue) = 171+86+120=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5678 is #54A987. Grayscale: #737373. Windows color (decimal): -5548424 or 7886507. OLE color: 7886507.

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

Color convert

RGB17186120-
CMYK00.500.300.33
HSL336º33.6%50.39%-
HSV(B)336º49.71%67.06%-
XYZ23.5116.6719.75-
YUV115.29130.66167.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=45.36%
G=22.81%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718612000.500.300.3333633.650.39
HexAB56780321E211502232
Octal25312617006236415204262
Binary1010101110101101111000011001011110100001101010000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5678; }

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

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

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

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

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

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

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

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