#AB5182

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

Shades of Royal Heath #AB5182

Tints of Royal Heath #AB5182

Color information

#AB5182 (or 0xAB5182) is unknown color: approx Royal Heath. HEX triplet: AB, 51 and 82. RGB value is (171,81,130). Sum of RGB (Red+Green+Blue) = 171+81+130=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5182 is #54AE7D. Grayscale: #717171. Windows color (decimal): -5549694 or 8540587. OLE color: 8540587.

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

Color convert

RGB17181130-
CMYK00.530.240.33
HSL327.33º35.71%49.41%-
HSV(B)327.33º52.63%67.06%-
XYZ23.7716.1522.98-
YUV113.5137.32169.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 130 (51.17% from 255) = 34.03%
R=44.76%
G=21.20%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718113000.530.240.33327.3335.7149.41
HexAB518203518211472431
Octal25312120206530415074461
Binary10101011101000110000010011010111000100001101000111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5182; }

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

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

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

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

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

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

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

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