#A24880

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

Shades of Royal Heath #A24880

Tints of Royal Heath #A24880

Color information

#A24880 (or 0xA24880) is unknown color: approx Royal Heath. HEX triplet: A2, 48 and 80. RGB value is (162,72,128). Sum of RGB (Red+Green+Blue) = 162+72+128=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A24880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24880 is #5DB77F. Grayscale: #696969. Windows color (decimal): -6141824 or 8407202. OLE color: 8407202.

HSL color Cylindrical-coordinate representation of color #A24880: hue angle of 322.67º 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 #A24880 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB16272128-
CMYK00.560.210.36
HSL322.67º38.46%45.88%-
HSV(B)322.67º55.56%63.53%-
XYZ21.1113.8721.99-
YUV105.29140.82168.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 72 (28.52% from 255) = 19.89%
BLUE value IS 128 (50.39% from 255) = 35.36%
R=44.75%
G=19.89%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627212800.560.210.36322.6738.4645.88
HexA248800381524143262e
Octal24211020007025445034656
Binary10100010100100010000000011100010101100100101000011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24880; }

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

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

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

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

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

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

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

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