Html Css Color HEX #AB5477 Royal Heath

📋 copy color: '#AB5477'

red 171 ◦ green 84 ◦ blue 119

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

Shades of Royal Heath #AB5477

Tints of Royal Heath #AB5477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.46%

 BLUE value IS 119 (46.88% from 255) = 31.82%

R = 45.72%
G = 22.46%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB5477 (or 0xAB5477) is known color: Royal Heath. HEX triplet: AB, 54 and 77. RGB value is (171,84,119). Sum of RGB (Red+Green+Blue) = 171+84+119=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5477 is #54AB88. Grayscale: #717171. Windows color (decimal): -5548937 or 7820459. OLE color: 7820459.

HSL color Cylindrical-coordinate representation of color #AB5477: hue angle of 335.86º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5477 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 84 119 -
CMYK 0 0.51 0.30 0.33
HSL 335.86º 0.34% 0.5% -
HSV(B) 335.86º 0.51% 0.67% -
XYZ 23.29 16.33 19.38 -
YUV 114 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 171 84 119 0 0.51 0.30 0.33 335.86 0.34 0.5
Hex AB 54 77 0 33 1E 21 150 22 32
Octal 253 124 167 0 63 36 41 520 42 62
Binary 10101011 1010100 1110111 0 110011 11110 100001 101010000 100010 110010

Color Harmonies of #AB5477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5477

Black with #AB5477

Text Example


Text Example

White with #AB5477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5477; }

 p { color: rgb(171,84,119); }

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

background-color css

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

 a { background-color: rgb(171,84,119); }

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

border-color css

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

 span { border-color: rgb(171,84,119); }

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