Html Css Color HEX #AB4772 Royal Heath

📋 copy color: '#AB4772'

red 171 ◦ green 71 ◦ blue 114

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

Shades of Royal Heath #AB4772

Tints of Royal Heath #AB4772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 48.03%
G = 19.94%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB4772 (or 0xAB4772) is known color: Royal Heath. HEX triplet: AB, 47 and 72. RGB value is (171,71,114). Sum of RGB (Red+Green+Blue) = 171+71+114=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4772 is #54B88D. Grayscale: #696969. Windows color (decimal): -5552270 or 7489451. OLE color: 7489451.

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

Color convert

RGB 171 71 114 -
CMYK 0 0.58 0.33 0.33
HSL 334.2º 0.41% 0.47% -
HSV(B) 334.2º 0.58% 0.67% -
XYZ 22.09 14.38 17.53 -
YUV 105.8 132.63 174.5 -
System Red Green Blue C M Y K H S L
Decimal 171 71 114 0 0.58 0.33 0.33 334.2 0.41 0.47
Hex AB 47 72 0 3A 21 21 14E 29 2F
Octal 253 107 162 0 72 41 41 516 51 57
Binary 10101011 1000111 1110010 0 111010 100001 100001 101001110 101001 101111

Color Harmonies of #AB4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4772

Black with #AB4772

Text Example


Text Example

White with #AB4772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4772; }

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

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

background-color css

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

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

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

border-color css

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

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

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