Html Css Color HEX #AB5180 Royal Heath

📋 copy color: '#AB5180'

red 171 ◦ green 81 ◦ blue 128

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

Shades of Royal Heath #AB5180

Tints of Royal Heath #AB5180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.68%

R = 45%
G = 21.32%
B = 33.68%

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

#AB5180 (or 0xAB5180) is known color: Royal Heath. HEX triplet: AB, 51 and 80. RGB value is (171,81,128). Sum of RGB (Red+Green+Blue) = 171+81+128=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5180 is #54AE7F. Grayscale: #717171. Windows color (decimal): -5549696 or 8409515. OLE color: 8409515.

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

Color convert

RGB 171 81 128 -
CMYK 0 0.53 0.25 0.33
HSL 328.67º 0.36% 0.49% -
HSV(B) 328.67º 0.53% 0.67% -
XYZ 23.63 16.1 22.28 -
YUV 113.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 171 81 128 0 0.53 0.25 0.33 328.67 0.36 0.49
Hex AB 51 80 0 35 19 21 149 24 31
Octal 253 121 200 0 65 31 41 511 44 61
Binary 10101011 1010001 10000000 0 110101 11001 100001 101001001 100100 110001

Color Harmonies of #AB5180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5180

Black with #AB5180

Text Example


Text Example

White with #AB5180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5180; }

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

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

background-color css

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

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

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

border-color css

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

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

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