#A24679

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

Shades of Royal Heath #A24679

Tints of Royal Heath #A24679

Color information

#A24679 (or 0xA24679) is unknown color: approx Royal Heath. HEX triplet: A2, 46 and 79. RGB value is (162,70,121). Sum of RGB (Red+Green+Blue) = 162+70+121=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A24679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24679 is #5DB986. Grayscale: #676767. Windows color (decimal): -6142343 or 7947938. OLE color: 7947938.

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

Color convert

RGB16270121-
CMYK00.570.250.36
HSL326.74º39.66%45.49%-
HSV(B)326.74º56.79%63.53%-
XYZ20.5413.4419.6-
YUV103.32137.98169.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=45.89%
G=19.83%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627012100.570.250.36326.7439.6645.49
HexA246790391924147282d
Octal24210617107131445075055
Binary1010001010001101111001011100111001100100101000111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24679; }

 p { color: rgb(162,70,121); }

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

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

 a { background-color: rgb(162,70,121); }

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

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

 span { border-color: rgb(162,70,121); }

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