Html Css Color HEX #A95DC0 Deep Lilac

📋 copy color: '#A95DC0'

red 169 ◦ green 93 ◦ blue 192

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

Shades of Deep Lilac #A95DC0

Tints of Deep Lilac #A95DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 37.22%
G = 20.48%
B = 42.29%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A95DC0 (or 0xA95DC0) is known color: Deep Lilac. HEX triplet: A9, 5D and C0. RGB value is (169,93,192). Sum of RGB (Red+Green+Blue) = 169+93+192=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #A95DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95DC0 is #56A23F. Grayscale: #7E7E7E. Windows color (decimal): -5677632 or 12606889. OLE color: 12606889.

HSL color Cylindrical-coordinate representation of color #A95DC0: hue angle of 286.06º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A95DC0 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 93 192 -
CMYK 0.12 0.52 0 0.25
HSL 286.06º 0.44% 0.56% -
HSV(B) 286.06º 0.52% 0.75% -
XYZ 29.79 20.07 52.17 -
YUV 127.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 169 93 192 0.12 0.52 0 0.25 286.06 0.44 0.56
Hex A9 5D C0 C 34 0 19 11E 2C 38
Octal 251 135 300 14 64 0 31 436 54 70
Binary 10101001 1011101 11000000 1100 110100 0 11001 100011110 101100 111000

Color Harmonies of #A95DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95DC0

Black with #A95DC0

Text Example


Text Example

White with #A95DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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