#A2487E

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

Shades of Royal Heath #A2487E

Tints of Royal Heath #A2487E

Color information

#A2487E (or 0xA2487E) is unknown color: approx Royal Heath. HEX triplet: A2, 48 and 7E. RGB value is (162,72,126). Sum of RGB (Red+Green+Blue) = 162+72+126=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A2487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2487E is #5DB781. Grayscale: #686868. Windows color (decimal): -6141826 or 8276130. OLE color: 8276130.

HSL color Cylindrical-coordinate representation of color #A2487E: hue angle of 324º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2487E is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB16272126-
CMYK00.560.220.36
HSL324º38.46%45.88%-
HSV(B)324º55.56%63.53%-
XYZ20.9813.8221.3-
YUV105.07139.82168.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 126 (49.61% from 255) = 35%
R=45%
G=20%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627212600.560.220.3632438.4645.88
HexA2487E0381624144262e
Octal24211017607026445044656
Binary1010001010010001111110011100010110100100101000100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2487E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2487E; }

 p { color: rgb(162,72,126); }

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

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

 a { background-color: rgb(162,72,126); }

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

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

 span { border-color: rgb(162,72,126); }

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