#A8527B

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

Shades of Royal Heath #A8527B

Tints of Royal Heath #A8527B

Color information

#A8527B (or 0xA8527B) is unknown color: approx Royal Heath. HEX triplet: A8, 52 and 7B. RGB value is (168,82,123). Sum of RGB (Red+Green+Blue) = 168+82+123=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A8527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8527B is #57AD84. Grayscale: #707070. Windows color (decimal): -5746053 or 8082088. OLE color: 8082088.

HSL color Cylindrical-coordinate representation of color #A8527B: hue angle of 331.4º 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 #A8527B is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16882123-
CMYK00.510.270.34
HSL331.4º34.4%49.02%-
HSV(B)331.4º51.19%65.88%-
XYZ22.7415.7920.59-
YUV112.39133.99167.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.04%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 123 (48.44% from 255) = 32.98%
R=45.04%
G=21.98%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688212300.510.270.34331.434.449.02
HexA8527B0331B2214b2231
Octal25012217306333425134261
Binary1010100010100101111011011001111011100010101001011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8527B; }

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

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

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

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

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

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

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

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