Html Css Color HEX #AB517D Royal Heath

📋 copy color: '#AB517D'

red 171 ◦ green 81 ◦ blue 125

#AB517D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #AB517D

Tints of Royal Heath #AB517D

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 value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB517D (or 0xAB517D) is known color: 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

RGB 171 81 125 -
CMYK 0 0.53 0.27 0.33
HSL 330.67º 0.36% 0.49% -
HSV(B) 330.67º 0.53% 0.67% -
XYZ 23.44 16.02 21.26 -
YUV 112.93 134.82 169.42 -
System Red Green Blue C M Y K H S L
Decimal 171 81 125 0 0.53 0.27 0.33 330.67 0.36 0.49
Hex AB 51 7D 0 35 1B 21 14B 24 31
Octal 253 121 175 0 65 33 41 513 44 61
Binary 10101011 1010001 1111101 0 110101 11011 100001 101001011 100100 110001

Color Harmonies of #AB517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB517D

Black with #AB517D

Text Example


Text Example

White with #AB517D

Text Example


Text Example

HTML Codes & Css Web 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>