Html Css Color HEX #A95CBB Deep Lilac

📋 copy color: '#A95CBB'

red 169 ◦ green 92 ◦ blue 187

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

Shades of Deep Lilac #A95CBB

Tints of Deep Lilac #A95CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 37.72%
G = 20.54%
B = 41.74%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A95CBB (or 0xA95CBB) is known color: Deep Lilac. HEX triplet: A9, 5C and BB. RGB value is (169,92,187). Sum of RGB (Red+Green+Blue) = 169+92+187=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #A95CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CBB is #56A344. Grayscale: #7D7D7D. Windows color (decimal): -5677893 or 12278953. OLE color: 12278953.

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

Color convert

RGB 169 92 187 -
CMYK 0.10 0.51 0 0.27
HSL 288.63º 0.41% 0.55% -
HSV(B) 288.63º 0.51% 0.73% -
XYZ 29.16 19.68 49.27 -
YUV 125.85 162.51 158.78 -
System Red Green Blue C M Y K H S L
Decimal 169 92 187 0.10 0.51 0 0.27 288.63 0.41 0.55
Hex A9 5C BB A 33 0 1B 121 29 37
Octal 251 134 273 12 63 0 33 441 51 67
Binary 10101001 1011100 10111011 1010 110011 0 11011 100100001 101001 110111

Color Harmonies of #A95CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95CBB

Black with #A95CBB

Text Example


Text Example

White with #A95CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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