Html Css Color HEX #A95497 Violet Blue

📋 copy color: '#A95497'

red 169 ◦ green 84 ◦ blue 151

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

Shades of Violet Blue #A95497

Tints of Violet Blue #A95497

RGB

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

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

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

R = 41.83%
G = 20.79%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A95497 (or 0xA95497) is known color: Violet Blue. HEX triplet: A9, 54 and 97. RGB value is (169,84,151). Sum of RGB (Red+Green+Blue) = 169+84+151=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A95497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95497 is #56AB68. Grayscale: #747474. Windows color (decimal): -5679977 or 9917609. OLE color: 9917609.

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

Color convert

RGB 169 84 151 -
CMYK 0 0.50 0.11 0.34
HSL 312.71º 0.34% 0.5% -
HSV(B) 312.71º 0.5% 0.66% -
XYZ 25.12 17.01 31.24 -
YUV 117.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 169 84 151 0 0.50 0.11 0.34 312.71 0.34 0.5
Hex A9 54 97 0 32 B 22 139 22 32
Octal 251 124 227 0 62 13 42 471 42 62
Binary 10101001 1010100 10010111 0 110010 1011 100010 100111001 100010 110010

Color Harmonies of #A95497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95497

Black with #A95497

Text Example


Text Example

White with #A95497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95497; }

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

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

background-color css

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

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

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

border-color css

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

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

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