Html Css Color HEX #AB4776 Royal Heath

📋 copy color: '#AB4776'

red 171 ◦ green 71 ◦ blue 118

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

Shades of Royal Heath #AB4776

Tints of Royal Heath #AB4776

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.72%

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 47.5%
G = 19.72%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AB4776 (or 0xAB4776) is known color: Royal Heath. HEX triplet: AB, 47 and 76. RGB value is (171,71,118). Sum of RGB (Red+Green+Blue) = 171+71+118=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4776 is #54B889. Grayscale: #6A6A6A. Windows color (decimal): -5552266 or 7751595. OLE color: 7751595.

HSL color Cylindrical-coordinate representation of color #AB4776: hue angle of 331.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB4776 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 71 118 -
CMYK 0 0.58 0.31 0.33
HSL 331.8º 0.41% 0.47% -
HSV(B) 331.8º 0.58% 0.67% -
XYZ 22.32 14.47 18.76 -
YUV 106.26 134.63 174.18 -
System Red Green Blue C M Y K H S L
Decimal 171 71 118 0 0.58 0.31 0.33 331.8 0.41 0.47
Hex AB 47 76 0 3A 1F 21 14C 29 2F
Octal 253 107 166 0 72 37 41 514 51 57
Binary 10101011 1000111 1110110 0 111010 11111 100001 101001100 101001 101111

Color Harmonies of #AB4776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4776

Black with #AB4776

Text Example


Text Example

White with #AB4776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4776; }

 p { color: rgb(171,71,118); }

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

background-color css

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

 a { background-color: rgb(171,71,118); }

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

border-color css

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

 span { border-color: rgb(171,71,118); }

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