#A2467D

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

Shades of Royal Heath #A2467D

Tints of Royal Heath #A2467D

Color information

#A2467D (or 0xA2467D) is unknown color: approx Royal Heath. HEX triplet: A2, 46 and 7D. RGB value is (162,70,125). Sum of RGB (Red+Green+Blue) = 162+70+125=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2467D is #5DB982. Grayscale: #676767. Windows color (decimal): -6142339 or 8210082. OLE color: 8210082.

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

Color convert

RGB16270125-
CMYK00.570.230.36
HSL324.13º39.66%45.49%-
HSV(B)324.13º56.79%63.53%-
XYZ20.7913.5420.92-
YUV103.78139.98169.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 70 (27.73% from 255) = 19.61%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=45.38%
G=19.61%
B=35.01%

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
Decimal1627012500.570.230.36324.1339.6645.49
HexA2467D0391724144282d
Octal24210617507127445045055
Binary1010001010001101111101011100110111100100101000100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2467D; }

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

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

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

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

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

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

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

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