#A7527C

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

Shades of Royal Heath #A7527C

Tints of Royal Heath #A7527C

Color information

#A7527C (or 0xA7527C) is unknown color: approx Royal Heath. HEX triplet: A7, 52 and 7C. RGB value is (167,82,124). Sum of RGB (Red+Green+Blue) = 167+82+124=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A7527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7527C is #58AD83. Grayscale: #707070. Windows color (decimal): -5811588 or 8147623. OLE color: 8147623.

HSL color Cylindrical-coordinate representation of color #A7527C: hue angle of 330.35º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7527C is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16782124-
CMYK00.510.260.35
HSL330.35º34.14%48.82%-
HSV(B)330.35º50.9%65.49%-
XYZ22.5915.7120.91-
YUV112.2134.66167.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=44.77%
G=21.98%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678212400.510.260.35330.3534.1448.82
HexA7527C0331A2314a2231
Octal24712217406332435124261
Binary1010011110100101111100011001111010100011101001010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7527C; }

 p { color: rgb(167,82,124); }

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

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

 a { background-color: rgb(167,82,124); }

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

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

 span { border-color: rgb(167,82,124); }

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