#A24278

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

Shades of Royal Heath #A24278

Tints of Royal Heath #A24278

Color information

#A24278 (or 0xA24278) is unknown color: approx Royal Heath. HEX triplet: A2, 42 and 78. RGB value is (162,66,120). Sum of RGB (Red+Green+Blue) = 162+66+120=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A24278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24278 is #5DBD87. Grayscale: #646464. Windows color (decimal): -6143368 or 7881378. OLE color: 7881378.

HSL color Cylindrical-coordinate representation of color #A24278: hue angle of 326.25º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A24278 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16266120-
CMYK00.590.260.36
HSL326.25º42.11%44.71%-
HSV(B)326.25º59.26%63.53%-
XYZ20.2412.9319.2-
YUV100.86138.8171.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 66 (26.17% from 255) = 18.97%
BLUE value IS 120 (47.27% from 255) = 34.48%
R=46.55%
G=18.97%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626612000.590.260.36326.2542.1144.71
HexA2427803B1A241462a2d
Octal24210217007332445065255
Binary1010001010000101111000011101111010100100101000110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24278; }

 p { color: rgb(162,66,120); }

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

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

 a { background-color: rgb(162,66,120); }

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

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

 span { border-color: rgb(162,66,120); }

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