Html Css Color HEX #A953C0 Deep Lilac

📋 copy color: '#A953C0'

red 169 ◦ green 83 ◦ blue 192

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

Shades of Deep Lilac #A953C0

Tints of Deep Lilac #A953C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.24%

R = 38.06%
G = 18.69%
B = 43.24%

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

#A953C0 (or 0xA953C0) is known color: Deep Lilac. HEX triplet: A9, 53 and C0. RGB value is (169,83,192). Sum of RGB (Red+Green+Blue) = 169+83+192=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #A953C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953C0 is #56AC3F. Grayscale: #787878. Windows color (decimal): -5680192 or 12604329. OLE color: 12604329.

HSL color Cylindrical-coordinate representation of color #A953C0: hue angle of 287.34º 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 #A953C0 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 83 192 -
CMYK 0.12 0.57 0 0.25
HSL 287.34º 0.46% 0.54% -
HSV(B) 287.34º 0.57% 0.75% -
XYZ 28.97 18.43 51.9 -
YUV 121.14 167.99 162.14 -
System Red Green Blue C M Y K H S L
Decimal 169 83 192 0.12 0.57 0 0.25 287.34 0.46 0.54
Hex A9 53 C0 C 39 0 19 11F 2E 36
Octal 251 123 300 14 71 0 31 437 56 66
Binary 10101001 1010011 11000000 1100 111001 0 11001 100011111 101110 110110

Color Harmonies of #A953C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953C0

Black with #A953C0

Text Example


Text Example

White with #A953C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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