Html Css Color HEX #A95DBC Deep Lilac

📋 copy color: '#A95DBC'

red 169 ◦ green 93 ◦ blue 188

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

Shades of Deep Lilac #A95DBC

Tints of Deep Lilac #A95DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.78%

R = 37.56%
G = 20.67%
B = 41.78%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A95DBC (or 0xA95DBC) is known color: Deep Lilac. HEX triplet: A9, 5D and BC. RGB value is (169,93,188). Sum of RGB (Red+Green+Blue) = 169+93+188=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #A95DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95DBC is #56A243. Grayscale: #7E7E7E. Windows color (decimal): -5677636 or 12344745. OLE color: 12344745.

HSL color Cylindrical-coordinate representation of color #A95DBC: hue angle of 288º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A95DBC is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 93 188 -
CMYK 0.10 0.51 0 0.26
HSL 288º 0.41% 0.55% -
HSV(B) 288º 0.51% 0.74% -
XYZ 29.35 19.89 49.87 -
YUV 126.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 169 93 188 0.10 0.51 0 0.26 288 0.41 0.55
Hex A9 5D BC A 33 0 1A 120 29 37
Octal 251 135 274 12 63 0 32 440 51 67
Binary 10101001 1011101 10111100 1010 110011 0 11010 100100000 101001 110111

Color Harmonies of #A95DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95DBC

Black with #A95DBC

Text Example


Text Example

White with #A95DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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