Html Css Color HEX #A053BE Deep Lilac

📋 copy color: '#A053BE'

red 160 ◦ green 83 ◦ blue 190

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

Shades of Deep Lilac #A053BE

Tints of Deep Lilac #A053BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 36.95%
G = 19.17%
B = 43.88%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A053BE (or 0xA053BE) is known color: Deep Lilac. HEX triplet: A0, 53 and BE. RGB value is (160,83,190). Sum of RGB (Red+Green+Blue) = 160+83+190=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #A053BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053BE is #5FAC41. Grayscale: #757575. Windows color (decimal): -6270018 or 12473248. OLE color: 12473248.

HSL color Cylindrical-coordinate representation of color #A053BE: hue angle of 283.18º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A053BE is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 83 190 -
CMYK 0.16 0.56 0 0.25
HSL 283.18º 0.45% 0.54% -
HSV(B) 283.18º 0.56% 0.75% -
XYZ 26.88 17.38 50.65 -
YUV 118.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 160 83 190 0.16 0.56 0 0.25 283.18 0.45 0.54
Hex A0 53 BE 10 38 0 19 11B 2D 36
Octal 240 123 276 20 70 0 31 433 55 66
Binary 10100000 1010011 10111110 10000 111000 0 11001 100011011 101101 110110

Color Harmonies of #A053BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053BE

Black with #A053BE

Text Example


Text Example

White with #A053BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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