Html Css Color HEX #AB5181 Royal Heath

📋 copy color: '#AB5181'

red 171 ◦ green 81 ◦ blue 129

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

Shades of Royal Heath #AB5181

Tints of Royal Heath #AB5181

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.26%

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

R = 44.88%
G = 21.26%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB5181 (or 0xAB5181) is known color: Royal Heath. HEX triplet: AB, 51 and 81. RGB value is (171,81,129). Sum of RGB (Red+Green+Blue) = 171+81+129=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5181 is #54AE7E. Grayscale: #717171. Windows color (decimal): -5549695 or 8475051. OLE color: 8475051.

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

Color convert

RGB 171 81 129 -
CMYK 0 0.53 0.25 0.33
HSL 328º 0.36% 0.49% -
HSV(B) 328º 0.53% 0.67% -
XYZ 23.7 16.13 22.63 -
YUV 113.38 136.82 169.1 -
System Red Green Blue C M Y K H S L
Decimal 171 81 129 0 0.53 0.25 0.33 328 0.36 0.49
Hex AB 51 81 0 35 19 21 148 24 31
Octal 253 121 201 0 65 31 41 510 44 61
Binary 10101011 1010001 10000001 0 110101 11001 100001 101001000 100100 110001

Color Harmonies of #AB5181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5181

Black with #AB5181

Text Example


Text Example

White with #AB5181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5181; }

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

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

background-color css

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

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

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

border-color css

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

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

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