Html Css Color HEX #AB5981 Royal Heath

📋 copy color: '#AB5981'

red 171 ◦ green 89 ◦ blue 129

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

Shades of Royal Heath #AB5981

Tints of Royal Heath #AB5981

RGB

 RED value IS 171 (67.19% from 255) = 43.96%

 GREEN value IS 89 (35.16% from 255) = 22.88%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 43.96%
G = 22.88%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB5981 (or 0xAB5981) is known color: Royal Heath. HEX triplet: AB, 59 and 81. RGB value is (171,89,129). Sum of RGB (Red+Green+Blue) = 171+89+129=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5981 is #54A67E. Grayscale: #767676. Windows color (decimal): -5547647 or 8477099. OLE color: 8477099.

HSL color Cylindrical-coordinate representation of color #AB5981: hue angle of 330.73º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB5981 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 89 129 -
CMYK 0 0.48 0.25 0.33
HSL 330.73º 0.33% 0.51% -
HSV(B) 330.73º 0.48% 0.67% -
XYZ 24.33 17.39 22.84 -
YUV 118.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 171 89 129 0 0.48 0.25 0.33 330.73 0.33 0.51
Hex AB 59 81 0 30 19 21 14B 21 33
Octal 253 131 201 0 60 31 41 513 41 63
Binary 10101011 1011001 10000001 0 110000 11001 100001 101001011 100001 110011

Color Harmonies of #AB5981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5981

Black with #AB5981

Text Example


Text Example

White with #AB5981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5981; }

 p { color: rgb(171,89,129); }

 H1.HeaderClassName
 {
   color: #AB5981;
 }
 .AnyTagClassName
 {
   color: #AB5981;
 }
</style>

background-color css

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

 a { background-color: rgb(171,89,129); }

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

border-color css

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

 span { border-color: rgb(171,89,129); }

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