#A2427A

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

Shades of Royal Heath #A2427A

Tints of Royal Heath #A2427A

Color information

#A2427A (or 0xA2427A) is unknown color: approx Royal Heath. HEX triplet: A2, 42 and 7A. RGB value is (162,66,122). Sum of RGB (Red+Green+Blue) = 162+66+122=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A2427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2427A is #5DBD85. Grayscale: #646464. Windows color (decimal): -6143366 or 8012450. OLE color: 8012450.

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

Color convert

RGB16266122-
CMYK00.590.250.36
HSL325º42.11%44.71%-
HSV(B)325º59.26%63.53%-
XYZ20.3612.9819.85-
YUV101.09139.8171.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 66 (26.17% from 255) = 18.86%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=46.29%
G=18.86%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626612200.590.250.3632542.1144.71
HexA2427A03B19241452a2d
Octal24210217207331445055255
Binary1010001010000101111010011101111001100100101000101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2427A; }

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

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

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

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

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

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

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

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