Html Css Color HEX #A95FBF Deep Lilac

📋 copy color: '#A95FBF'

red 169 ◦ green 95 ◦ blue 191

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

Shades of Deep Lilac #A95FBF

Tints of Deep Lilac #A95FBF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.88%

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

R = 37.14%
G = 20.88%
B = 41.98%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A95FBF (or 0xA95FBF) is known color: Deep Lilac. HEX triplet: A9, 5F and BF. RGB value is (169,95,191). Sum of RGB (Red+Green+Blue) = 169+95+191=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #A95FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95FBF is #56A040. Grayscale: #7F7F7F. Windows color (decimal): -5677121 or 12541865. OLE color: 12541865.

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

Color convert

RGB 169 95 191 -
CMYK 0.12 0.50 0 0.25
HSL 286.25º 0.43% 0.56% -
HSV(B) 286.25º 0.5% 0.75% -
XYZ 29.86 20.38 51.65 -
YUV 128.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 169 95 191 0.12 0.50 0 0.25 286.25 0.43 0.56
Hex A9 5F BF C 32 0 19 11E 2B 38
Octal 251 137 277 14 62 0 31 436 53 70
Binary 10101001 1011111 10111111 1100 110010 0 11001 100011110 101011 111000

Color Harmonies of #A95FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95FBF

Black with #A95FBF

Text Example


Text Example

White with #A95FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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