#A24881

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

Shades of Royal Heath #A24881

Tints of Royal Heath #A24881

Color information

#A24881 (or 0xA24881) is unknown color: approx Royal Heath. HEX triplet: A2, 48 and 81. RGB value is (162,72,129). Sum of RGB (Red+Green+Blue) = 162+72+129=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A24881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24881 is #5DB77E. Grayscale: #696969. Windows color (decimal): -6141823 or 8472738. OLE color: 8472738.

HSL color Cylindrical-coordinate representation of color #A24881: hue angle of 322º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24881 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB16272129-
CMYK00.560.200.36
HSL322º38.46%45.88%-
HSV(B)322º55.56%63.53%-
XYZ21.1813.922.34-
YUV105.41141.32168.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 129 (50.78% from 255) = 35.54%
R=44.63%
G=19.83%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627212900.560.200.3632238.4645.88
HexA248810381424142262e
Octal24211020107024445024656
Binary10100010100100010000001011100010100100100101000010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24881; }

 p { color: rgb(162,72,129); }

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

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

 a { background-color: rgb(162,72,129); }

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

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

 span { border-color: rgb(162,72,129); }

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