#AB517D

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

Shades of Royal Heath #AB517D

Tints of Royal Heath #AB517D

Color information

#AB517D (or 0xAB517D) is unknown color: approx Royal Heath. HEX triplet: AB, 51 and 7D. RGB value is (171,81,125). Sum of RGB (Red+Green+Blue) = 171+81+125=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB517D is #54AE82. Grayscale: #707070. Windows color (decimal): -5549699 or 8212907. OLE color: 8212907.

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

Color convert

RGB17181125-
CMYK00.530.270.33
HSL330.67º35.71%49.41%-
HSV(B)330.67º52.63%67.06%-
XYZ23.4416.0221.26-
YUV112.93134.82169.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=45.36%
G=21.49%
B=33.16%

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
Decimal1718112500.530.270.33330.6735.7149.41
HexAB517D0351B2114b2431
Octal25312117506533415134461
Binary1010101110100011111101011010111011100001101001011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB517D; }

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

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

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

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

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

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

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

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