Html Css Color HEX #A95DBA Deep Lilac

📋 copy color: '#A95DBA'

red 169 ◦ green 93 ◦ blue 186

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

Shades of Deep Lilac #A95DBA

Tints of Deep Lilac #A95DBA

RGB

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

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

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

R = 37.72%
G = 20.76%
B = 41.52%

CMYK

 C value IS 0.09

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A95DBA (or 0xA95DBA) is known color: Deep Lilac. HEX triplet: A9, 5D and BA. RGB value is (169,93,186). Sum of RGB (Red+Green+Blue) = 169+93+186=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #A95DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95DBA is #56A245. Grayscale: #7E7E7E. Windows color (decimal): -5677638 or 12213673. OLE color: 12213673.

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

Color convert

RGB 169 93 186 -
CMYK 0.09 0.5 0 0.27
HSL 289.03º 0.4% 0.55% -
HSV(B) 289.03º 0.5% 0.73% -
XYZ 29.14 19.81 48.74 -
YUV 126.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 169 93 186 0.09 0.5 0 0.27 289.03 0.4 0.55
Hex A9 5D BA 9 32 0 1B 121 28 37
Octal 251 135 272 11 62 0 33 441 50 67
Binary 10101001 1011101 10111010 1001 110010 0 11011 100100001 101000 110111

Color Harmonies of #A95DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95DBA

Black with #A95DBA

Text Example


Text Example

White with #A95DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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