#A2447A

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

Shades of Royal Heath #A2447A

Tints of Royal Heath #A2447A

Color information

#A2447A (or 0xA2447A) is unknown color: approx Royal Heath. HEX triplet: A2, 44 and 7A. RGB value is (162,68,122). Sum of RGB (Red+Green+Blue) = 162+68+122=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A2447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2447A is #5DBB85. Grayscale: #666666. Windows color (decimal): -6142854 or 8012962. OLE color: 8012962.

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

Color convert

RGB16268122-
CMYK00.580.250.36
HSL325.53º40.87%45.1%-
HSV(B)325.53º58.02%63.53%-
XYZ20.4813.2219.88-
YUV102.26139.14170.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=46.02%
G=19.32%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626812200.580.250.36325.5340.8745.1
HexA2447A03A1924146292d
Octal24210417207231445065155
Binary1010001010001001111010011101011001100100101000110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2447A; }

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

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

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

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

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

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

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

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