Html Css Color HEX #A053AE Deep Lilac

📋 copy color: '#A053AE'

red 160 ◦ green 83 ◦ blue 174

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

Shades of Deep Lilac #A053AE

Tints of Deep Lilac #A053AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 38.37%
G = 19.9%
B = 41.73%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A053AE (or 0xA053AE) is known color: Deep Lilac. HEX triplet: A0, 53 and AE. RGB value is (160,83,174). Sum of RGB (Red+Green+Blue) = 160+83+174=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #A053AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A053AE is #5FAC51. Grayscale: #747474. Windows color (decimal): -6270034 or 11424672. OLE color: 11424672.

HSL color Cylindrical-coordinate representation of color #A053AE: hue angle of 290.77º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A053AE is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 83 174 -
CMYK 0.08 0.52 0 0.32
HSL 290.77º 0.36% 0.5% -
HSV(B) 290.77º 0.52% 0.68% -
XYZ 25.23 16.72 41.94 -
YUV 116.4 160.51 159.1 -
System Red Green Blue C M Y K H S L
Decimal 160 83 174 0.08 0.52 0 0.32 290.77 0.36 0.5
Hex A0 53 AE 8 34 0 20 123 24 32
Octal 240 123 256 10 64 0 40 443 44 62
Binary 10100000 1010011 10101110 1000 110100 0 100000 100100011 100100 110010

Color Harmonies of #A053AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053AE

Black with #A053AE

Text Example


Text Example

White with #A053AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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