#AB4882

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

Shades of Royal Heath #AB4882

Tints of Royal Heath #AB4882

Color information

#AB4882 (or 0xAB4882) is unknown color: approx Royal Heath. HEX triplet: AB, 48 and 82. RGB value is (171,72,130). Sum of RGB (Red+Green+Blue) = 171+72+130=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4882 is #54B77D. Grayscale: #6C6C6C. Windows color (decimal): -5551998 or 8538283. OLE color: 8538283.

HSL color Cylindrical-coordinate representation of color #AB4882: hue angle of 324.85º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB4882 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB17172130-
CMYK00.580.240.33
HSL324.85º40.74%47.65%-
HSV(B)324.85º57.89%67.06%-
XYZ23.1414.922.78-
YUV108.21140.3172.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 72 (28.52% from 255) = 19.30%
BLUE value IS 130 (51.17% from 255) = 34.85%
R=45.84%
G=19.30%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717213000.580.240.33324.8540.7447.65
HexAB488203A18211452930
Octal25311020207230415055160
Binary10101011100100010000010011101011000100001101000101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4882; }

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

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

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

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

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

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

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

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