Html Css Color HEX #A95DAA Violet Blue

📋 copy color: '#A95DAA'

red 169 ◦ green 93 ◦ blue 170

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

Shades of Violet Blue #A95DAA

Tints of Violet Blue #A95DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.53%

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 39.12%
G = 21.53%
B = 39.35%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A95DAA (or 0xA95DAA) is known color: Violet Blue. HEX triplet: A9, 5D and AA. RGB value is (169,93,170). Sum of RGB (Red+Green+Blue) = 169+93+170=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #A95DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95DAA is #56A255. Grayscale: #7C7C7C. Windows color (decimal): -5677654 or 11165097. OLE color: 11165097.

HSL color Cylindrical-coordinate representation of color #A95DAA: hue angle of 299.22º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A95DAA is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 93 170 -
CMYK 0.01 0.45 0 0.33
HSL 299.22º 0.31% 0.52% -
HSV(B) 299.22º 0.45% 0.67% -
XYZ 27.53 19.17 40.28 -
YUV 124.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 169 93 170 0.01 0.45 0 0.33 299.22 0.31 0.52
Hex A9 5D AA 1 2D 0 21 12B 1F 34
Octal 251 135 252 1 55 0 41 453 37 64
Binary 10101001 1011101 10101010 1 101101 0 100001 100101011 11111 110100

Color Harmonies of #A95DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95DAA

Black with #A95DAA

Text Example


Text Example

White with #A95DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95DAA; }

 p { color: rgb(169,93,170); }

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

background-color css

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

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

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

border-color css

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

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

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