Html Css Color HEX #A353C2 Deep Lilac

📋 copy color: '#A353C2'

red 163 ◦ green 83 ◦ blue 194

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

Shades of Deep Lilac #A353C2

Tints of Deep Lilac #A353C2

RGB

 RED value IS 163 (64.06% from 255) = 37.05%

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

 BLUE value IS 194 (76.17% from 255) = 44.09%

R = 37.05%
G = 18.86%
B = 44.09%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A353C2 (or 0xA353C2) is known color: Deep Lilac. HEX triplet: A3, 53 and C2. RGB value is (163,83,194). Sum of RGB (Red+Green+Blue) = 163+83+194=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 194 - color contains mainly: blue. Hex color #A353C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A353C2 is #5CAC3D. Grayscale: #777777. Windows color (decimal): -6073406 or 12735395. OLE color: 12735395.

HSL color Cylindrical-coordinate representation of color #A353C2: hue angle of 283.24º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A353C2 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 83 194 -
CMYK 0.16 0.57 0 0.24
HSL 283.24º 0.48% 0.54% -
HSV(B) 283.24º 0.57% 0.76% -
XYZ 27.94 17.87 53.02 -
YUV 119.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 163 83 194 0.16 0.57 0 0.24 283.24 0.48 0.54
Hex A3 53 C2 10 39 0 18 11B 30 36
Octal 243 123 302 20 71 0 30 433 60 66
Binary 10100011 1010011 11000010 10000 111001 0 11000 100011011 110000 110110

Color Harmonies of #A353C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A353C2

Black with #A353C2

Text Example


Text Example

White with #A353C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A353C2; }

 p { color: rgb(163,83,194); }

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

background-color css

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

 a { background-color: rgb(163,83,194); }

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

border-color css

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

 span { border-color: rgb(163,83,194); }

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