Html Css Color HEX #A353BF Deep Lilac

📋 copy color: '#A353BF'

red 163 ◦ green 83 ◦ blue 191

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

Shades of Deep Lilac #A353BF

Tints of Deep Lilac #A353BF

RGB

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

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

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

R = 37.3%
G = 18.99%
B = 43.71%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A353BF (or 0xA353BF) is known color: Deep Lilac. HEX triplet: A3, 53 and BF. RGB value is (163,83,191). Sum of RGB (Red+Green+Blue) = 163+83+191=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #A353BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A353BF is #5CAC40. Grayscale: #767676. Windows color (decimal): -6073409 or 12538787. OLE color: 12538787.

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

Color convert

RGB 163 83 191 -
CMYK 0.15 0.57 0 0.25
HSL 284.44º 0.46% 0.54% -
HSV(B) 284.44º 0.57% 0.75% -
XYZ 27.6 17.73 51.26 -
YUV 119.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 163 83 191 0.15 0.57 0 0.25 284.44 0.46 0.54
Hex A3 53 BF F 39 0 19 11C 2E 36
Octal 243 123 277 17 71 0 31 434 56 66
Binary 10100011 1010011 10111111 1111 111001 0 11001 100011100 101110 110110

Color Harmonies of #A353BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A353BF

Black with #A353BF

Text Example


Text Example

White with #A353BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A353BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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