Html Css Color HEX #A953BF Deep Lilac

📋 copy color: '#A953BF'

red 169 ◦ green 83 ◦ blue 191

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

Shades of Deep Lilac #A953BF

Tints of Deep Lilac #A953BF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.74%

 BLUE value IS 191 (75% from 255) = 43.12%

R = 38.15%
G = 18.74%
B = 43.12%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A953BF (or 0xA953BF) is known color: Deep Lilac. HEX triplet: A9, 53 and BF. RGB value is (169,83,191). Sum of RGB (Red+Green+Blue) = 169+83+191=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #A953BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953BF is #56AC40. Grayscale: #787878. Windows color (decimal): -5680193 or 12538793. OLE color: 12538793.

HSL color Cylindrical-coordinate representation of color #A953BF: hue angle of 287.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A953BF is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 83 191 -
CMYK 0.12 0.57 0 0.25
HSL 287.78º 0.46% 0.54% -
HSV(B) 287.78º 0.57% 0.75% -
XYZ 28.86 18.38 51.32 -
YUV 121.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 169 83 191 0.12 0.57 0 0.25 287.78 0.46 0.54
Hex A9 53 BF C 39 0 19 120 2E 36
Octal 251 123 277 14 71 0 31 440 56 66
Binary 10101001 1010011 10111111 1100 111001 0 11001 100100000 101110 110110

Color Harmonies of #A953BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953BF

Black with #A953BF

Text Example


Text Example

White with #A953BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953BF; }

 p { color: rgb(169,83,191); }

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

background-color css

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

 a { background-color: rgb(169,83,191); }

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

border-color css

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

 span { border-color: rgb(169,83,191); }

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