Html Css Color HEX #AB5983 Royal Heath

📋 copy color: '#AB5983'

red 171 ◦ green 89 ◦ blue 131

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

Shades of Royal Heath #AB5983

Tints of Royal Heath #AB5983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.5%

R = 43.73%
G = 22.76%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB5983 (or 0xAB5983) is known color: Royal Heath. HEX triplet: AB, 59 and 83. RGB value is (171,89,131). Sum of RGB (Red+Green+Blue) = 171+89+131=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5983 is #54A67C. Grayscale: #767676. Windows color (decimal): -5547645 or 8608171. OLE color: 8608171.

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

Color convert

RGB 171 89 131 -
CMYK 0 0.48 0.23 0.33
HSL 329.27º 0.33% 0.51% -
HSV(B) 329.27º 0.48% 0.67% -
XYZ 24.46 17.44 23.55 -
YUV 118.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 171 89 131 0 0.48 0.23 0.33 329.27 0.33 0.51
Hex AB 59 83 0 30 17 21 149 21 33
Octal 253 131 203 0 60 27 41 511 41 63
Binary 10101011 1011001 10000011 0 110000 10111 100001 101001001 100001 110011

Color Harmonies of #AB5983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5983

Black with #AB5983

Text Example


Text Example

White with #AB5983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5983; }

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

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

background-color css

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

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

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

border-color css

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

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

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