Html Css Color HEX #A95CB9 Deep Lilac

📋 copy color: '#A95CB9'

red 169 ◦ green 92 ◦ blue 185

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

Shades of Deep Lilac #A95CB9

Tints of Deep Lilac #A95CB9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.63%

 BLUE value IS 185 (72.66% from 255) = 41.48%

R = 37.89%
G = 20.63%
B = 41.48%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A95CB9 (or 0xA95CB9) is known color: Deep Lilac. HEX triplet: A9, 5C and B9. RGB value is (169,92,185). Sum of RGB (Red+Green+Blue) = 169+92+185=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #A95CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CB9 is #56A346. Grayscale: #7D7D7D. Windows color (decimal): -5677895 or 12147881. OLE color: 12147881.

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

Color convert

RGB 169 92 185 -
CMYK 0.09 0.50 0 0.27
HSL 289.68º 0.4% 0.54% -
HSV(B) 289.68º 0.5% 0.73% -
XYZ 28.95 19.59 48.15 -
YUV 125.63 161.51 158.94 -
System Red Green Blue C M Y K H S L
Decimal 169 92 185 0.09 0.50 0 0.27 289.68 0.4 0.54
Hex A9 5C B9 9 32 0 1B 122 28 36
Octal 251 134 271 11 62 0 33 442 50 66
Binary 10101001 1011100 10111001 1001 110010 0 11011 100100010 101000 110110

Color Harmonies of #A95CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95CB9

Black with #A95CB9

Text Example


Text Example

White with #A95CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95CB9; }

 p { color: rgb(169,92,185); }

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

background-color css

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

 a { background-color: rgb(169,92,185); }

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

border-color css

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

 span { border-color: rgb(169,92,185); }

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