Html Css Color HEX #A95995 Violet Blue

📋 copy color: '#A95995'

red 169 ◦ green 89 ◦ blue 149

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

Shades of Violet Blue #A95995

Tints of Violet Blue #A95995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 41.52%
G = 21.87%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A95995 (or 0xA95995) is known color: Violet Blue. HEX triplet: A9, 59 and 95. RGB value is (169,89,149). Sum of RGB (Red+Green+Blue) = 169+89+149=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A95995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95995 is #56A66A. Grayscale: #777777. Windows color (decimal): -5678699 or 9787817. OLE color: 9787817.

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

Color convert

RGB 169 89 149 -
CMYK 0 0.47 0.12 0.34
HSL 315º 0.32% 0.51% -
HSV(B) 315º 0.47% 0.66% -
XYZ 25.36 17.75 30.52 -
YUV 119.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 169 89 149 0 0.47 0.12 0.34 315 0.32 0.51
Hex A9 59 95 0 2F C 22 13B 20 33
Octal 251 131 225 0 57 14 42 473 40 63
Binary 10101001 1011001 10010101 0 101111 1100 100010 100111011 100000 110011

Color Harmonies of #A95995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95995

Black with #A95995

Text Example


Text Example

White with #A95995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95995; }

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

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

background-color css

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

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

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

border-color css

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

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

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