Html Css Color HEX #A955BD Deep Lilac

📋 copy color: '#A955BD'

red 169 ◦ green 85 ◦ blue 189

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

Shades of Deep Lilac #A955BD

Tints of Deep Lilac #A955BD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.19%

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

R = 38.15%
G = 19.19%
B = 42.66%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A955BD (or 0xA955BD) is known color: Deep Lilac. HEX triplet: A9, 55 and BD. RGB value is (169,85,189). Sum of RGB (Red+Green+Blue) = 169+85+189=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #A955BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A955BD is #56AA42. Grayscale: #797979. Windows color (decimal): -5679683 or 12408233. OLE color: 12408233.

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

Color convert

RGB 169 85 189 -
CMYK 0.11 0.55 0 0.26
HSL 288.46º 0.44% 0.54% -
HSV(B) 288.46º 0.55% 0.74% -
XYZ 28.8 18.61 50.22 -
YUV 121.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 169 85 189 0.11 0.55 0 0.26 288.46 0.44 0.54
Hex A9 55 BD B 37 0 1A 120 2C 36
Octal 251 125 275 13 67 0 32 440 54 66
Binary 10101001 1010101 10111101 1011 110111 0 11010 100100000 101100 110110

Color Harmonies of #A955BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A955BD

Black with #A955BD

Text Example


Text Example

White with #A955BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A955BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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