Html Css Color HEX #A953BC Deep Lilac

📋 copy color: '#A953BC'

red 169 ◦ green 83 ◦ blue 188

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

Shades of Deep Lilac #A953BC

Tints of Deep Lilac #A953BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 38.41%
G = 18.86%
B = 42.73%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A953BC (or 0xA953BC) is known color: Deep Lilac. HEX triplet: A9, 53 and BC. RGB value is (169,83,188). Sum of RGB (Red+Green+Blue) = 169+83+188=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #A953BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953BC is #56AC43. Grayscale: #787878. Windows color (decimal): -5680196 or 12342185. OLE color: 12342185.

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

Color convert

RGB 169 83 188 -
CMYK 0.10 0.56 0 0.26
HSL 289.14º 0.44% 0.53% -
HSV(B) 289.14º 0.56% 0.74% -
XYZ 28.53 18.25 49.6 -
YUV 120.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 169 83 188 0.10 0.56 0 0.26 289.14 0.44 0.53
Hex A9 53 BC A 38 0 1A 121 2C 35
Octal 251 123 274 12 70 0 32 441 54 65
Binary 10101001 1010011 10111100 1010 111000 0 11010 100100001 101100 110101

Color Harmonies of #A953BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953BC

Black with #A953BC

Text Example


Text Example

White with #A953BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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