Html Css Color HEX #A053BF Deep Lilac

📋 copy color: '#A053BF'

red 160 ◦ green 83 ◦ blue 191

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

Shades of Deep Lilac #A053BF

Tints of Deep Lilac #A053BF

RGB

 RED value IS 160 (62.89% from 255) = 36.87%

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

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

R = 36.87%
G = 19.12%
B = 44.01%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A053BF (or 0xA053BF) is known color: Deep Lilac. HEX triplet: A0, 53 and BF. RGB value is (160,83,191). Sum of RGB (Red+Green+Blue) = 160+83+191=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #A053BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053BF is #5FAC40. Grayscale: #757575. Windows color (decimal): -6270017 or 12538784. OLE color: 12538784.

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

Color convert

RGB 160 83 191 -
CMYK 0.16 0.57 0 0.25
HSL 282.78º 0.46% 0.54% -
HSV(B) 282.78º 0.57% 0.75% -
XYZ 26.99 17.42 51.23 -
YUV 118.34 169.01 157.72 -
System Red Green Blue C M Y K H S L
Decimal 160 83 191 0.16 0.57 0 0.25 282.78 0.46 0.54
Hex A0 53 BF 10 39 0 19 11B 2E 36
Octal 240 123 277 20 71 0 31 433 56 66
Binary 10100000 1010011 10111111 10000 111001 0 11001 100011011 101110 110110

Color Harmonies of #A053BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053BF

Black with #A053BF

Text Example


Text Example

White with #A053BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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