Html Css Color HEX #A95EBD Deep Lilac

📋 copy color: '#A95EBD'

red 169 ◦ green 94 ◦ blue 189

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

Shades of Deep Lilac #A95EBD

Tints of Deep Lilac #A95EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 37.39%
G = 20.8%
B = 41.81%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A95EBD (or 0xA95EBD) is known color: Deep Lilac. HEX triplet: A9, 5E and BD. RGB value is (169,94,189). Sum of RGB (Red+Green+Blue) = 169+94+189=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #A95EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95EBD is #56A142. Grayscale: #7E7E7E. Windows color (decimal): -5677379 or 12410537. OLE color: 12410537.

HSL color Cylindrical-coordinate representation of color #A95EBD: hue angle of 287.37º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A95EBD is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 94 189 -
CMYK 0.11 0.50 0 0.26
HSL 287.37º 0.42% 0.55% -
HSV(B) 287.37º 0.5% 0.74% -
XYZ 29.55 20.11 50.47 -
YUV 127.26 162.85 157.78 -
System Red Green Blue C M Y K H S L
Decimal 169 94 189 0.11 0.50 0 0.26 287.37 0.42 0.55
Hex A9 5E BD B 32 0 1A 11F 2A 37
Octal 251 136 275 13 62 0 32 437 52 67
Binary 10101001 1011110 10111101 1011 110010 0 11010 100011111 101010 110111

Color Harmonies of #A95EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95EBD

Black with #A95EBD

Text Example


Text Example

White with #A95EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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