#A2467C

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

Shades of Royal Heath #A2467C

Tints of Royal Heath #A2467C

Color information

#A2467C (or 0xA2467C) is unknown color: approx Royal Heath. HEX triplet: A2, 46 and 7C. RGB value is (162,70,124). Sum of RGB (Red+Green+Blue) = 162+70+124=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2467C is #5DB983. Grayscale: #676767. Windows color (decimal): -6142340 or 8144546. OLE color: 8144546.

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

Color convert

RGB16270124-
CMYK00.570.230.36
HSL324.78º39.66%45.49%-
HSV(B)324.78º56.79%63.53%-
XYZ20.7313.5220.59-
YUV103.66139.48169.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=45.51%
G=19.66%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627012400.570.230.36324.7839.6645.49
HexA2467C0391724145282d
Octal24210617407127445055055
Binary1010001010001101111100011100110111100100101000101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2467C; }

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

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

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

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

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

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

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

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