#AB527B

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

Shades of Royal Heath #AB527B

Tints of Royal Heath #AB527B

Color information

#AB527B (or 0xAB527B) is unknown color: approx Royal Heath. HEX triplet: AB, 52 and 7B. RGB value is (171,82,123). Sum of RGB (Red+Green+Blue) = 171+82+123=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB527B is #54AD84. Grayscale: #717171. Windows color (decimal): -5549445 or 8082091. OLE color: 8082091.

HSL color Cylindrical-coordinate representation of color #AB527B: hue angle of 332.36º 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 #AB527B is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB17182123-
CMYK00.520.280.33
HSL332.36º35.18%49.61%-
HSV(B)332.36º52.05%67.06%-
XYZ23.3916.1220.62-
YUV113.29133.49169.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 82 (32.42% from 255) = 21.81%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=45.48%
G=21.81%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718212300.520.280.33332.3635.1849.61
HexAB527B0341C2114c2332
Octal25312217306434415144362
Binary1010101110100101111011011010011100100001101001100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB527B; }

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

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

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

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

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

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

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

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