#A8527F

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

Shades of Royal Heath #A8527F

Tints of Royal Heath #A8527F

Color information

#A8527F (or 0xA8527F) is unknown color: approx Royal Heath. HEX triplet: A8, 52 and 7F. RGB value is (168,82,127). Sum of RGB (Red+Green+Blue) = 168+82+127=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8527F is #57AD80. Grayscale: #707070. Windows color (decimal): -5746049 or 8344232. OLE color: 8344232.

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

Color convert

RGB16882127-
CMYK00.510.240.34
HSL328.6º34.4%49.02%-
HSV(B)328.6º51.19%65.88%-
XYZ2315.8921.93-
YUV112.84135.99167.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 127 (50% from 255) = 33.69%
R=44.56%
G=21.75%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688212700.510.240.34328.634.449.02
HexA8527F03318221492231
Octal25012217706330425114261
Binary1010100010100101111111011001111000100010101001001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8527F; }

 p { color: rgb(168,82,127); }

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

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

 a { background-color: rgb(168,82,127); }

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

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

 span { border-color: rgb(168,82,127); }

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