Html Css Color HEX #AB5173 Royal Heath

📋 copy color: '#AB5173'

red 171 ◦ green 81 ◦ blue 115

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

Shades of Royal Heath #AB5173

Tints of Royal Heath #AB5173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.07%

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

R = 46.59%
G = 22.07%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB5173 (or 0xAB5173) is known color: Royal Heath. HEX triplet: AB, 51 and 73. RGB value is (171,81,115). Sum of RGB (Red+Green+Blue) = 171+81+115=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5173 is #54AE8C. Grayscale: #6F6F6F. Windows color (decimal): -5549709 or 7557547. OLE color: 7557547.

HSL color Cylindrical-coordinate representation of color #AB5173: hue angle of 337.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5173 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 81 115 -
CMYK 0 0.53 0.33 0.33
HSL 337.33º 0.36% 0.49% -
HSV(B) 337.33º 0.53% 0.67% -
XYZ 22.83 15.78 18.06 -
YUV 111.79 129.82 170.24 -
System Red Green Blue C M Y K H S L
Decimal 171 81 115 0 0.53 0.33 0.33 337.33 0.36 0.49
Hex AB 51 73 0 35 21 21 151 24 31
Octal 253 121 163 0 65 41 41 521 44 61
Binary 10101011 1010001 1110011 0 110101 100001 100001 101010001 100100 110001

Color Harmonies of #AB5173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5173

Black with #AB5173

Text Example


Text Example

White with #AB5173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5173; }

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

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

background-color css

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

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

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

border-color css

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

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

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