#AB5184

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

Shades of Royal Heath #AB5184

Tints of Royal Heath #AB5184

Color information

#AB5184 (or 0xAB5184) is unknown color: approx Royal Heath. HEX triplet: AB, 51 and 84. RGB value is (171,81,132). Sum of RGB (Red+Green+Blue) = 171+81+132=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5184 is #54AE7B. Grayscale: #717171. Windows color (decimal): -5549692 or 8671659. OLE color: 8671659.

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

Color convert

RGB17181132-
CMYK00.530.230.33
HSL326º35.71%49.41%-
HSV(B)326º52.63%67.06%-
XYZ23.916.2123.7-
YUV113.72138.32168.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 81 (32.03% from 255) = 21.09%
BLUE value IS 132 (51.95% from 255) = 34.38%
R=44.53%
G=21.09%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718113200.530.230.3332635.7149.41
HexAB518403517211462431
Octal25312120406527415064461
Binary10101011101000110000100011010110111100001101000110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5184; }

 p { color: rgb(171,81,132); }

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

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

 a { background-color: rgb(171,81,132); }

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

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

 span { border-color: rgb(171,81,132); }

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