Html Css Color HEX #A95BBD Deep Lilac

📋 copy color: '#A95BBD'

red 169 ◦ green 91 ◦ blue 189

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

Shades of Deep Lilac #A95BBD

Tints of Deep Lilac #A95BBD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.27%

 BLUE value IS 189 (74.22% from 255) = 42.09%

R = 37.64%
G = 20.27%
B = 42.09%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A95BBD (or 0xA95BBD) is known color: Deep Lilac. HEX triplet: A9, 5B and BD. RGB value is (169,91,189). Sum of RGB (Red+Green+Blue) = 169+91+189=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #A95BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BBD is #56A442. Grayscale: #7D7D7D. Windows color (decimal): -5678147 or 12409769. OLE color: 12409769.

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

Color convert

RGB 169 91 189 -
CMYK 0.11 0.52 0 0.26
HSL 287.76º 0.43% 0.55% -
HSV(B) 287.76º 0.52% 0.74% -
XYZ 29.29 19.59 50.38 -
YUV 125.49 163.84 159.03 -
System Red Green Blue C M Y K H S L
Decimal 169 91 189 0.11 0.52 0 0.26 287.76 0.43 0.55
Hex A9 5B BD B 34 0 1A 120 2B 37
Octal 251 133 275 13 64 0 32 440 53 67
Binary 10101001 1011011 10111101 1011 110100 0 11010 100100000 101011 110111

Color Harmonies of #A95BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95BBD

Black with #A95BBD

Text Example


Text Example

White with #A95BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95BBD; }

 p { color: rgb(169,91,189); }

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

background-color css

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

 a { background-color: rgb(169,91,189); }

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

border-color css

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

 span { border-color: rgb(169,91,189); }

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