#A2527E

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

Shades of Royal Heath #A2527E

Tints of Royal Heath #A2527E

Color information

#A2527E (or 0xA2527E) is unknown color: approx Royal Heath. HEX triplet: A2, 52 and 7E. RGB value is (162,82,126). Sum of RGB (Red+Green+Blue) = 162+82+126=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2527E is #5DAD81. Grayscale: #6E6E6E. Windows color (decimal): -6139266 or 8278690. OLE color: 8278690.

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

Color convert

RGB16282126-
CMYK00.490.220.36
HSL327º32.79%47.84%-
HSV(B)327º49.38%63.53%-
XYZ21.6815.2221.53-
YUV110.94136.5164.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 82 (32.42% from 255) = 22.16%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=43.78%
G=22.16%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628212600.490.220.3632732.7947.84
HexA2527E03116241472130
Octal24212217606126445074160
Binary1010001010100101111110011000110110100100101000111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2527E; }

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

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

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

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

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

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

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

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