Html Css Color HEX #A95997 Violet Blue

📋 copy color: '#A95997'

red 169 ◦ green 89 ◦ blue 151

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

Shades of Violet Blue #A95997

Tints of Violet Blue #A95997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.76%

 BLUE value IS 151 (59.38% from 255) = 36.92%

R = 41.32%
G = 21.76%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A95997 (or 0xA95997) is known color: Violet Blue. HEX triplet: A9, 59 and 97. RGB value is (169,89,151). Sum of RGB (Red+Green+Blue) = 169+89+151=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A95997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95997 is #56A668. Grayscale: #777777. Windows color (decimal): -5678697 or 9918889. OLE color: 9918889.

HSL color Cylindrical-coordinate representation of color #A95997: hue angle of 313.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A95997 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 89 151 -
CMYK 0 0.47 0.11 0.34
HSL 313.5º 0.32% 0.51% -
HSV(B) 313.5º 0.47% 0.66% -
XYZ 25.52 17.81 31.37 -
YUV 119.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 169 89 151 0 0.47 0.11 0.34 313.5 0.32 0.51
Hex A9 59 97 0 2F B 22 13A 20 33
Octal 251 131 227 0 57 13 42 472 40 63
Binary 10101001 1011001 10010111 0 101111 1011 100010 100111010 100000 110011

Color Harmonies of #A95997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95997

Black with #A95997

Text Example


Text Example

White with #A95997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95997; }

 p { color: rgb(169,89,151); }

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

background-color css

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

 a { background-color: rgb(169,89,151); }

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

border-color css

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

 span { border-color: rgb(169,89,151); }

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