Html Css Color HEX #A95179 Royal Heath

📋 copy color: '#A95179'

red 169 ◦ green 81 ◦ blue 121

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

Shades of Royal Heath #A95179

Tints of Royal Heath #A95179

RGB

 RED value IS 169 (66.41% from 255) = 45.55%

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

 BLUE value IS 121 (47.66% from 255) = 32.61%

R = 45.55%
G = 21.83%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A95179 (or 0xA95179) is known color: Royal Heath. HEX triplet: A9, 51 and 79. RGB value is (169,81,121). Sum of RGB (Red+Green+Blue) = 169+81+121=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A95179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95179 is #56AE86. Grayscale: #6F6F6F. Windows color (decimal): -5680775 or 7950761. OLE color: 7950761.

HSL color Cylindrical-coordinate representation of color #A95179: hue angle of 332.73º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A95179 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 81 121 -
CMYK 0 0.52 0.28 0.34
HSL 332.73º 0.35% 0.49% -
HSV(B) 332.73º 0.52% 0.66% -
XYZ 22.76 15.7 19.92 -
YUV 111.87 133.15 168.75 -
System Red Green Blue C M Y K H S L
Decimal 169 81 121 0 0.52 0.28 0.34 332.73 0.35 0.49
Hex A9 51 79 0 34 1C 22 14D 23 31
Octal 251 121 171 0 64 34 42 515 43 61
Binary 10101001 1010001 1111001 0 110100 11100 100010 101001101 100011 110001

Color Harmonies of #A95179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95179

Black with #A95179

Text Example


Text Example

White with #A95179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95179; }

 p { color: rgb(169,81,121); }

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

background-color css

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

 a { background-color: rgb(169,81,121); }

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

border-color css

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

 span { border-color: rgb(169,81,121); }

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