#A2527A

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

Shades of Royal Heath #A2527A

Tints of Royal Heath #A2527A

Color information

#A2527A (or 0xA2527A) is unknown color: approx Royal Heath. HEX triplet: A2, 52 and 7A. RGB value is (162,82,122). Sum of RGB (Red+Green+Blue) = 162+82+122=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A2527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2527A is #5DAD85. Grayscale: #6E6E6E. Windows color (decimal): -6139270 or 8016546. OLE color: 8016546.

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

Color convert

RGB16282122-
CMYK00.490.250.36
HSL330º32.79%47.84%-
HSV(B)330º49.38%63.53%-
XYZ21.4315.1220.2-
YUV110.48134.5164.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 122 (48.05% from 255) = 33.33%
R=44.26%
G=22.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628212200.490.250.3633032.7947.84
HexA2527A031192414a2130
Octal24212217206131445124160
Binary1010001010100101111010011000111001100100101001010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2527A; }

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

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

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

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

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

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

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

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