#A2417A

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

Shades of Royal Heath #A2417A

Tints of Royal Heath #A2417A

Color information

#A2417A (or 0xA2417A) is unknown color: approx Royal Heath. HEX triplet: A2, 41 and 7A. RGB value is (162,65,122). Sum of RGB (Red+Green+Blue) = 162+65+122=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A2417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2417A is #5DBE85. Grayscale: #646464. Windows color (decimal): -6143622 or 8012194. OLE color: 8012194.

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

Color convert

RGB16265122-
CMYK00.600.250.36
HSL324.74º42.73%44.51%-
HSV(B)324.74º59.88%63.53%-
XYZ20.312.8719.83-
YUV100.5140.14171.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 65 (25.78% from 255) = 18.62%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=46.42%
G=18.62%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626512200.600.250.36324.7442.7344.51
HexA2417A03C19241452b2d
Octal24210117207431445055355
Binary1010001010000011111010011110011001100100101000101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2417A; }

 p { color: rgb(162,65,122); }

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

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

 a { background-color: rgb(162,65,122); }

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

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

 span { border-color: rgb(162,65,122); }

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