Html Css Color HEX #A053BD Deep Lilac

📋 copy color: '#A053BD'

red 160 ◦ green 83 ◦ blue 189

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

Shades of Deep Lilac #A053BD

Tints of Deep Lilac #A053BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.75%

R = 37.04%
G = 19.21%
B = 43.75%

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

#A053BD (or 0xA053BD) is known color: Deep Lilac. HEX triplet: A0, 53 and BD. RGB value is (160,83,189). Sum of RGB (Red+Green+Blue) = 160+83+189=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #A053BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053BD is #5FAC42. Grayscale: #757575. Windows color (decimal): -6270019 or 12407712. OLE color: 12407712.

HSL color Cylindrical-coordinate representation of color #A053BD: hue angle of 283.58º degrees, saturation: 0.45, 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 #A053BD is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 83 189 -
CMYK 0.15 0.56 0 0.26
HSL 283.58º 0.45% 0.53% -
HSV(B) 283.58º 0.56% 0.74% -
XYZ 26.78 17.33 50.08 -
YUV 118.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 160 83 189 0.15 0.56 0 0.26 283.58 0.45 0.53
Hex A0 53 BD F 38 0 1A 11C 2D 35
Octal 240 123 275 17 70 0 32 434 55 65
Binary 10100000 1010011 10111101 1111 111000 0 11010 100011100 101101 110101

Color Harmonies of #A053BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053BD

Black with #A053BD

Text Example


Text Example

White with #A053BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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