Html Css Color HEX #A95EAD Violet Blue

📋 copy color: '#A95EAD'

red 169 ◦ green 94 ◦ blue 173

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

Shades of Violet Blue #A95EAD

Tints of Violet Blue #A95EAD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.56%

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 38.76%
G = 21.56%
B = 39.68%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A95EAD (or 0xA95EAD) is known color: Violet Blue. HEX triplet: A9, 5E and AD. RGB value is (169,94,173). Sum of RGB (Red+Green+Blue) = 169+94+173=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #A95EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95EAD is #56A152. Grayscale: #7D7D7D. Windows color (decimal): -5677395 or 11361961. OLE color: 11361961.

HSL color Cylindrical-coordinate representation of color #A95EAD: hue angle of 296.96º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95EAD is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 94 173 -
CMYK 0.02 0.46 0 0.32
HSL 296.96º 0.33% 0.52% -
HSV(B) 296.96º 0.46% 0.68% -
XYZ 27.91 19.46 41.82 -
YUV 125.43 154.85 159.08 -
System Red Green Blue C M Y K H S L
Decimal 169 94 173 0.02 0.46 0 0.32 296.96 0.33 0.52
Hex A9 5E AD 2 2E 0 20 129 21 34
Octal 251 136 255 2 56 0 40 451 41 64
Binary 10101001 1011110 10101101 10 101110 0 100000 100101001 100001 110100

Color Harmonies of #A95EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95EAD

Black with #A95EAD

Text Example


Text Example

White with #A95EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95EAD; }

 p { color: rgb(169,94,173); }

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

background-color css

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

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

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

border-color css

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

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

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