Html Css Color HEX #AB5581 Royal Heath

📋 copy color: '#AB5581'

red 171 ◦ green 85 ◦ blue 129

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

Shades of Royal Heath #AB5581

Tints of Royal Heath #AB5581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.08%

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

R = 44.42%
G = 22.08%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB5581 (or 0xAB5581) is known color: Royal Heath. HEX triplet: AB, 55 and 81. RGB value is (171,85,129). Sum of RGB (Red+Green+Blue) = 171+85+129=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5581 is #54AA7E. Grayscale: #737373. Windows color (decimal): -5548671 or 8476075. OLE color: 8476075.

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

Color convert

RGB 171 85 129 -
CMYK 0 0.50 0.25 0.33
HSL 329.3º 0.34% 0.5% -
HSV(B) 329.3º 0.5% 0.67% -
XYZ 24.01 16.74 22.73 -
YUV 115.73 135.49 167.42 -
System Red Green Blue C M Y K H S L
Decimal 171 85 129 0 0.50 0.25 0.33 329.3 0.34 0.5
Hex AB 55 81 0 32 19 21 149 22 32
Octal 253 125 201 0 62 31 41 511 42 62
Binary 10101011 1010101 10000001 0 110010 11001 100001 101001001 100010 110010

Color Harmonies of #AB5581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5581

Black with #AB5581

Text Example


Text Example

White with #AB5581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5581; }

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

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

background-color css

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

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

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

border-color css

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

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

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