#A2467F

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

Shades of Royal Heath #A2467F

Tints of Royal Heath #A2467F

Color information

#A2467F (or 0xA2467F) is unknown color: approx Royal Heath. HEX triplet: A2, 46 and 7F. RGB value is (162,70,127). Sum of RGB (Red+Green+Blue) = 162+70+127=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A2467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2467F is #5DB980. Grayscale: #676767. Windows color (decimal): -6142337 or 8341154. OLE color: 8341154.

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

Color convert

RGB16270127-
CMYK00.570.220.36
HSL322.83º39.66%45.49%-
HSV(B)322.83º56.79%63.53%-
XYZ20.9213.5921.6-
YUV104.01140.98169.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.13%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 127 (50% from 255) = 35.38%
R=45.13%
G=19.50%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627012700.570.220.36322.8339.6645.49
HexA2467F0391624143282d
Octal24210617707126445035055
Binary1010001010001101111111011100110110100100101000011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2467F; }

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

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

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

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

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

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

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

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