Html Css Color HEX #A95BBE Deep Lilac

📋 copy color: '#A95BBE'

red 169 ◦ green 91 ◦ blue 190

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

Shades of Deep Lilac #A95BBE

Tints of Deep Lilac #A95BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 37.56%
G = 20.22%
B = 42.22%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A95BBE (or 0xA95BBE) is known color: Deep Lilac. HEX triplet: A9, 5B and BE. RGB value is (169,91,190). Sum of RGB (Red+Green+Blue) = 169+91+190=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #A95BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BBE is #56A441. Grayscale: #7D7D7D. Windows color (decimal): -5678146 or 12475305. OLE color: 12475305.

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

Color convert

RGB 169 91 190 -
CMYK 0.11 0.52 0 0.25
HSL 287.27º 0.43% 0.55% -
HSV(B) 287.27º 0.52% 0.75% -
XYZ 29.4 19.63 50.96 -
YUV 125.61 164.34 158.95 -
System Red Green Blue C M Y K H S L
Decimal 169 91 190 0.11 0.52 0 0.25 287.27 0.43 0.55
Hex A9 5B BE B 34 0 19 11F 2B 37
Octal 251 133 276 13 64 0 31 437 53 67
Binary 10101001 1011011 10111110 1011 110100 0 11001 100011111 101011 110111

Color Harmonies of #A95BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95BBE

Black with #A95BBE

Text Example


Text Example

White with #A95BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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