#A2457E

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

Shades of Royal Heath #A2457E

Tints of Royal Heath #A2457E

Color information

#A2457E (or 0xA2457E) is unknown color: approx Royal Heath. HEX triplet: A2, 45 and 7E. RGB value is (162,69,126). Sum of RGB (Red+Green+Blue) = 162+69+126=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2457E is #5DBA81. Grayscale: #676767. Windows color (decimal): -6142594 or 8275362. OLE color: 8275362.

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

Color convert

RGB16269126-
CMYK00.570.220.36
HSL323.23º40.26%45.29%-
HSV(B)323.23º57.41%63.53%-
XYZ20.7913.4421.24-
YUV103.3140.81169.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 69 (27.34% from 255) = 19.33%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=45.38%
G=19.33%
B=35.29%

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
Decimal1626912600.570.220.36323.2340.2645.29
HexA2457E0391624143282d
Octal24210517607126445035055
Binary1010001010001011111110011100110110100100101000011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2457E; }

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

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

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

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

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

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

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

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