Html Css Color HEX #A053BC Deep Lilac

📋 copy color: '#A053BC'

red 160 ◦ green 83 ◦ blue 188

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

Shades of Deep Lilac #A053BC

Tints of Deep Lilac #A053BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 37.12%
G = 19.26%
B = 43.62%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A053BC (or 0xA053BC) is known color: Deep Lilac. HEX triplet: A0, 53 and BC. RGB value is (160,83,188). Sum of RGB (Red+Green+Blue) = 160+83+188=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #A053BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053BC is #5FAC43. Grayscale: #757575. Windows color (decimal): -6270020 or 12342176. OLE color: 12342176.

HSL color Cylindrical-coordinate representation of color #A053BC: hue angle of 284º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A053BC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 83 188 -
CMYK 0.15 0.56 0 0.26
HSL 284º 0.44% 0.53% -
HSV(B) 284º 0.56% 0.74% -
XYZ 26.67 17.29 49.51 -
YUV 117.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 160 83 188 0.15 0.56 0 0.26 284 0.44 0.53
Hex A0 53 BC F 38 0 1A 11C 2C 35
Octal 240 123 274 17 70 0 32 434 54 65
Binary 10100000 1010011 10111100 1111 111000 0 11010 100011100 101100 110101

Color Harmonies of #A053BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053BC

Black with #A053BC

Text Example


Text Example

White with #A053BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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