Html Css Color HEX #AB4773 Royal Heath

📋 copy color: '#AB4773'

red 171 ◦ green 71 ◦ blue 115

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

Shades of Royal Heath #AB4773

Tints of Royal Heath #AB4773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.21%

R = 47.9%
G = 19.89%
B = 32.21%

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

#AB4773 (or 0xAB4773) is known color: Royal Heath. HEX triplet: AB, 47 and 73. RGB value is (171,71,115). Sum of RGB (Red+Green+Blue) = 171+71+115=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4773 is #54B88C. Grayscale: #696969. Windows color (decimal): -5552269 or 7554987. OLE color: 7554987.

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

Color convert

RGB 171 71 115 -
CMYK 0 0.58 0.33 0.33
HSL 333.6º 0.41% 0.47% -
HSV(B) 333.6º 0.58% 0.67% -
XYZ 22.14 14.4 17.83 -
YUV 105.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 171 71 115 0 0.58 0.33 0.33 333.6 0.41 0.47
Hex AB 47 73 0 3A 21 21 14E 29 2F
Octal 253 107 163 0 72 41 41 516 51 57
Binary 10101011 1000111 1110011 0 111010 100001 100001 101001110 101001 101111

Color Harmonies of #AB4773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4773

Black with #AB4773

Text Example


Text Example

White with #AB4773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4773; }

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

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

background-color css

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

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

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

border-color css

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

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

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