Html Css Color HEX #A053BA Deep Lilac

📋 copy color: '#A053BA'

red 160 ◦ green 83 ◦ blue 186

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

Shades of Deep Lilac #A053BA

Tints of Deep Lilac #A053BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 37.3%
G = 19.35%
B = 43.36%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A053BA (or 0xA053BA) is known color: Deep Lilac. HEX triplet: A0, 53 and BA. RGB value is (160,83,186). Sum of RGB (Red+Green+Blue) = 160+83+186=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #A053BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053BA is #5FAC45. Grayscale: #757575. Windows color (decimal): -6270022 or 12211104. OLE color: 12211104.

HSL color Cylindrical-coordinate representation of color #A053BA: hue angle of 284.85º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A053BA is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 83 186 -
CMYK 0.14 0.55 0 0.27
HSL 284.85º 0.43% 0.53% -
HSV(B) 284.85º 0.55% 0.73% -
XYZ 26.45 17.21 48.38 -
YUV 117.77 166.51 158.12 -
System Red Green Blue C M Y K H S L
Decimal 160 83 186 0.14 0.55 0 0.27 284.85 0.43 0.53
Hex A0 53 BA E 37 0 1B 11D 2B 35
Octal 240 123 272 16 67 0 33 435 53 65
Binary 10100000 1010011 10111010 1110 110111 0 11011 100011101 101011 110101

Color Harmonies of #A053BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053BA

Black with #A053BA

Text Example


Text Example

White with #A053BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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