#A5527D

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

Shades of Royal Heath #A5527D

Tints of Royal Heath #A5527D

Color information

#A5527D (or 0xA5527D) is unknown color: approx Royal Heath. HEX triplet: A5, 52 and 7D. RGB value is (165,82,125). Sum of RGB (Red+Green+Blue) = 165+82+125=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5527D is #5AAD82. Grayscale: #6F6F6F. Windows color (decimal): -5942659 or 8213157. OLE color: 8213157.

HSL color Cylindrical-coordinate representation of color #A5527D: hue angle of 328.92º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5527D is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB16582125-
CMYK00.500.240.35
HSL328.92º33.6%48.43%-
HSV(B)328.92º50.3%64.71%-
XYZ22.2415.5121.22-
YUV111.72135.5166-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 82 (32.42% from 255) = 22.04%
BLUE value IS 125 (49.22% from 255) = 33.60%
R=44.35%
G=22.04%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658212500.500.240.35328.9233.648.43
HexA5527D03218231492230
Octal24512217506230435114260
Binary1010010110100101111101011001011000100011101001001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5527D; }

 p { color: rgb(165,82,125); }

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

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

 a { background-color: rgb(165,82,125); }

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

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

 span { border-color: rgb(165,82,125); }

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