#A0527A

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

Shades of Royal Heath #A0527A

Tints of Royal Heath #A0527A

Color information

#A0527A (or 0xA0527A) is unknown color: approx Royal Heath. HEX triplet: A0, 52 and 7A. RGB value is (160,82,122). Sum of RGB (Red+Green+Blue) = 160+82+122=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A0527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0527A is #5FAD85. Grayscale: #6D6D6D. Windows color (decimal): -6270342 or 8016544. OLE color: 8016544.

HSL color Cylindrical-coordinate representation of color #A0527A: hue angle of 329.23º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0527A is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB16082122-
CMYK00.490.240.37
HSL329.23º32.23%47.45%-
HSV(B)329.23º48.75%62.75%-
XYZ21.0314.9120.18-
YUV109.88134.84163.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=43.96%
G=22.53%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608212200.490.240.37329.2332.2347.45
HexA0527A0311825149202f
Octal24012217206130455114057
Binary1010000010100101111010011000111000100101101001001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0527A; }

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

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

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

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

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

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

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

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