Html Css Color HEX #A95EBF Deep Lilac

📋 copy color: '#A95EBF'

red 169 ◦ green 94 ◦ blue 191

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

Shades of Deep Lilac #A95EBF

Tints of Deep Lilac #A95EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.07%

R = 37.22%
G = 20.7%
B = 42.07%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A95EBF (or 0xA95EBF) is known color: Deep Lilac. HEX triplet: A9, 5E and BF. RGB value is (169,94,191). Sum of RGB (Red+Green+Blue) = 169+94+191=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #A95EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95EBF is #56A140. Grayscale: #7F7F7F. Windows color (decimal): -5677377 or 12541609. OLE color: 12541609.

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

Color convert

RGB 169 94 191 -
CMYK 0.12 0.51 0 0.25
HSL 286.39º 0.43% 0.56% -
HSV(B) 286.39º 0.51% 0.75% -
XYZ 29.77 20.2 51.62 -
YUV 127.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 169 94 191 0.12 0.51 0 0.25 286.39 0.43 0.56
Hex A9 5E BF C 33 0 19 11E 2B 38
Octal 251 136 277 14 63 0 31 436 53 70
Binary 10101001 1011110 10111111 1100 110011 0 11001 100011110 101011 111000

Color Harmonies of #A95EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95EBF

Black with #A95EBF

Text Example


Text Example

White with #A95EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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