Html Css Color HEX #AB4C80 Royal Heath

📋 copy color: '#AB4C80'

red 171 ◦ green 76 ◦ blue 128

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

Shades of Royal Heath #AB4C80

Tints of Royal Heath #AB4C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.27%

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

R = 45.6%
G = 20.27%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB4C80 (or 0xAB4C80) is known color: Royal Heath. HEX triplet: AB, 4C and 80. RGB value is (171,76,128). Sum of RGB (Red+Green+Blue) = 171+76+128=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4C80 is #54B37F. Grayscale: #6E6E6E. Windows color (decimal): -5550976 or 8408235. OLE color: 8408235.

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

Color convert

RGB 171 76 128 -
CMYK 0 0.56 0.25 0.33
HSL 327.16º 0.38% 0.48% -
HSV(B) 327.16º 0.56% 0.67% -
XYZ 23.28 15.39 22.17 -
YUV 110.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 171 76 128 0 0.56 0.25 0.33 327.16 0.38 0.48
Hex AB 4C 80 0 38 19 21 147 26 30
Octal 253 114 200 0 70 31 41 507 46 60
Binary 10101011 1001100 10000000 0 111000 11001 100001 101000111 100110 110000

Color Harmonies of #AB4C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4C80

Black with #AB4C80

Text Example


Text Example

White with #AB4C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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