#AB5483

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

Shades of Royal Heath #AB5483

Tints of Royal Heath #AB5483

Color information

#AB5483 (or 0xAB5483) is unknown color: approx Royal Heath. HEX triplet: AB, 54 and 83. RGB value is (171,84,131). Sum of RGB (Red+Green+Blue) = 171+84+131=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5483 is #54AB7C. Grayscale: #737373. Windows color (decimal): -5548925 or 8606891. OLE color: 8606891.

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

Color convert

RGB17184131-
CMYK00.510.230.33
HSL327.59º34.12%50%-
HSV(B)327.59º50.88%67.06%-
XYZ24.0616.6423.42-
YUV115.37136.82167.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 84 (33.20% from 255) = 21.76%
BLUE value IS 131 (51.56% from 255) = 33.94%
R=44.30%
G=21.76%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718413100.510.230.33327.5934.1250
HexAB548303317211482232
Octal25312420306327415104262
Binary10101011101010010000011011001110111100001101001000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5483; }

 p { color: rgb(171,84,131); }

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

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

 a { background-color: rgb(171,84,131); }

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

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

 span { border-color: rgb(171,84,131); }

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