Html Css Color HEX #A95FBA Deep Lilac

📋 copy color: '#A95FBA'

red 169 ◦ green 95 ◦ blue 186

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

Shades of Deep Lilac #A95FBA

Tints of Deep Lilac #A95FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 37.56%
G = 21.11%
B = 41.33%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A95FBA (or 0xA95FBA) is known color: Deep Lilac. HEX triplet: A9, 5F and BA. RGB value is (169,95,186). Sum of RGB (Red+Green+Blue) = 169+95+186=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #A95FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95FBA is #56A045. Grayscale: #7F7F7F. Windows color (decimal): -5677126 or 12214185. OLE color: 12214185.

HSL color Cylindrical-coordinate representation of color #A95FBA: hue angle of 288.79º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A95FBA is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 95 186 -
CMYK 0.09 0.49 0 0.27
HSL 288.79º 0.4% 0.55% -
HSV(B) 288.79º 0.49% 0.73% -
XYZ 29.32 20.16 48.8 -
YUV 127.5 161.02 157.6 -
System Red Green Blue C M Y K H S L
Decimal 169 95 186 0.09 0.49 0 0.27 288.79 0.4 0.55
Hex A9 5F BA 9 31 0 1B 121 28 37
Octal 251 137 272 11 61 0 33 441 50 67
Binary 10101001 1011111 10111010 1001 110001 0 11011 100100001 101000 110111

Color Harmonies of #A95FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95FBA

Black with #A95FBA

Text Example


Text Example

White with #A95FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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