#AB527C

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

Shades of Royal Heath #AB527C

Tints of Royal Heath #AB527C

Color information

#AB527C (or 0xAB527C) is unknown color: approx Royal Heath. HEX triplet: AB, 52 and 7C. RGB value is (171,82,124). Sum of RGB (Red+Green+Blue) = 171+82+124=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB527C is #54AD83. Grayscale: #717171. Windows color (decimal): -5549444 or 8147627. OLE color: 8147627.

HSL color Cylindrical-coordinate representation of color #AB527C: hue angle of 331.69º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB527C is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB17182124-
CMYK00.520.270.33
HSL331.69º35.18%49.61%-
HSV(B)331.69º52.05%67.06%-
XYZ23.4516.1520.95-
YUV113.4133.99169.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=45.36%
G=21.75%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718212400.520.270.33331.6935.1849.61
HexAB527C0341B2114c2332
Octal25312217406433415144362
Binary1010101110100101111100011010011011100001101001100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB527C; }

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

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

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

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

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

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

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

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