#A24678

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

Shades of Royal Heath #A24678

Tints of Royal Heath #A24678

Color information

#A24678 (or 0xA24678) is unknown color: approx Royal Heath. HEX triplet: A2, 46 and 78. RGB value is (162,70,120). Sum of RGB (Red+Green+Blue) = 162+70+120=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A24678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24678 is #5DB987. Grayscale: #676767. Windows color (decimal): -6142344 or 7882402. OLE color: 7882402.

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

Color convert

RGB16270120-
CMYK00.570.260.36
HSL327.39º39.66%45.49%-
HSV(B)327.39º56.79%63.53%-
XYZ20.4813.4219.28-
YUV103.21137.48169.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 70 (27.73% from 255) = 19.89%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=46.02%
G=19.89%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627012000.570.260.36327.3939.6645.49
HexA246780391A24147282d
Octal24210617007132445075055
Binary1010001010001101111000011100111010100100101000111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24678; }

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

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

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

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

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

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

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

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