Html Css Color HEX #A95DAD Violet Blue

📋 copy color: '#A95DAD'

red 169 ◦ green 93 ◦ blue 173

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

Shades of Violet Blue #A95DAD

Tints of Violet Blue #A95DAD

RGB

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

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

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

R = 38.85%
G = 21.38%
B = 39.77%

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

#A95DAD (or 0xA95DAD) is known color: Violet Blue. HEX triplet: A9, 5D and AD. RGB value is (169,93,173). Sum of RGB (Red+Green+Blue) = 169+93+173=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #A95DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95DAD is #56A252. Grayscale: #7C7C7C. Windows color (decimal): -5677651 or 11361705. OLE color: 11361705.

HSL color Cylindrical-coordinate representation of color #A95DAD: hue angle of 297º 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 #A95DAD is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 93 173 -
CMYK 0.02 0.46 0 0.32
HSL 297º 0.33% 0.52% -
HSV(B) 297º 0.46% 0.68% -
XYZ 27.82 19.28 41.79 -
YUV 124.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 169 93 173 0.02 0.46 0 0.32 297 0.33 0.52
Hex A9 5D AD 2 2E 0 20 129 21 34
Octal 251 135 255 2 56 0 40 451 41 64
Binary 10101001 1011101 10101101 10 101110 0 100000 100101001 100001 110100

Color Harmonies of #A95DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95DAD

Black with #A95DAD

Text Example


Text Example

White with #A95DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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