#AB507C

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

Shades of Royal Heath #AB507C

Tints of Royal Heath #AB507C

Color information

#AB507C (or 0xAB507C) is unknown color: approx Royal Heath. HEX triplet: AB, 50 and 7C. RGB value is (171,80,124). Sum of RGB (Red+Green+Blue) = 171+80+124=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB507C is #54AF83. Grayscale: #707070. Windows color (decimal): -5549956 or 8147115. OLE color: 8147115.

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

Color convert

RGB17180124-
CMYK00.530.270.33
HSL330.99º36.25%49.22%-
HSV(B)330.99º53.22%67.06%-
XYZ23.315.8520.9-
YUV112.22134.65169.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=45.6%
G=21.33%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718012400.530.270.33330.9936.2549.22
HexAB507C0351B2114b2431
Octal25312017406533415134461
Binary1010101110100001111100011010111011100001101001011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB507C; }

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

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

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

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

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

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

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

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