Html Css Color HEX #A95172 Royal Heath

📋 copy color: '#A95172'

red 169 ◦ green 81 ◦ blue 114

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

Shades of Royal Heath #A95172

Tints of Royal Heath #A95172

RGB

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

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

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

R = 46.43%
G = 22.25%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A95172 (or 0xA95172) is known color: Royal Heath. HEX triplet: A9, 51 and 72. RGB value is (169,81,114). Sum of RGB (Red+Green+Blue) = 169+81+114=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A95172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95172 is #56AE8D. Grayscale: #6F6F6F. Windows color (decimal): -5680782 or 7492009. OLE color: 7492009.

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

Color convert

RGB 169 81 114 -
CMYK 0 0.52 0.33 0.34
HSL 337.5º 0.35% 0.49% -
HSV(B) 337.5º 0.52% 0.66% -
XYZ 22.34 15.53 17.74 -
YUV 111.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 169 81 114 0 0.52 0.33 0.34 337.5 0.35 0.49
Hex A9 51 72 0 34 21 22 152 23 31
Octal 251 121 162 0 64 41 42 522 43 61
Binary 10101001 1010001 1110010 0 110100 100001 100010 101010010 100011 110001

Color Harmonies of #A95172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95172

Black with #A95172

Text Example


Text Example

White with #A95172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95172; }

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

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

background-color css

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

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

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

border-color css

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

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

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