Html Css Color HEX #A95AA9 Violet Blue

📋 copy color: '#A95AA9'

red 169 ◦ green 90 ◦ blue 169

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

Shades of Violet Blue #A95AA9

Tints of Violet Blue #A95AA9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.03%

 BLUE value IS 169 (66.41% from 255) = 39.49%

R = 39.49%
G = 21.03%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A95AA9 (or 0xA95AA9) is known color: Violet Blue. HEX triplet: A9, 5A and A9. RGB value is (169,90,169). Sum of RGB (Red+Green+Blue) = 169+90+169=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 169 - color contains mainly: red, blue. Hex color #A95AA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95AA9 is #56A556. Grayscale: #7A7A7A. Windows color (decimal): -5678423 or 11098793. OLE color: 11098793.

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

Color convert

RGB 169 90 169 -
CMYK 0 0.47 0 0.34
HSL 300º 0.31% 0.51% -
HSV(B) 300º 0.47% 0.66% -
XYZ 27.18 18.61 39.7 -
YUV 122.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 169 90 169 0 0.47 0 0.34 300 0.31 0.51
Hex A9 5A A9 0 2F 0 22 12C 1F 33
Octal 251 132 251 0 57 0 42 454 37 63
Binary 10101001 1011010 10101001 0 101111 0 100010 100101100 11111 110011

Color Harmonies of #A95AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95AA9

Black with #A95AA9

Text Example


Text Example

White with #A95AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95AA9; }

 p { color: rgb(169,90,169); }

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

background-color css

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

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

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

border-color css

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

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

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