#AB517F

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

Shades of Royal Heath #AB517F

Tints of Royal Heath #AB517F

Color information

#AB517F (or 0xAB517F) is unknown color: approx Royal Heath. HEX triplet: AB, 51 and 7F. RGB value is (171,81,127). Sum of RGB (Red+Green+Blue) = 171+81+127=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB517F is #54AE80. Grayscale: #717171. Windows color (decimal): -5549697 or 8343979. OLE color: 8343979.

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

Color convert

RGB17181127-
CMYK00.530.260.33
HSL329.33º35.71%49.41%-
HSV(B)329.33º52.63%67.06%-
XYZ23.5716.0821.94-
YUV113.15135.82169.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 127 (50% from 255) = 33.51%
R=45.12%
G=21.37%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718112700.530.260.33329.3335.7149.41
HexAB517F0351A211492431
Octal25312117706532415114461
Binary1010101110100011111111011010111010100001101001001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB517F; }

 p { color: rgb(171,81,127); }

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

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

 a { background-color: rgb(171,81,127); }

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

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

 span { border-color: rgb(171,81,127); }

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