Html Css Color HEX #A052AE Deep Lilac

📋 copy color: '#A052AE'

red 160 ◦ green 82 ◦ blue 174

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

Shades of Deep Lilac #A052AE

Tints of Deep Lilac #A052AE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.71%

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

R = 38.46%
G = 19.71%
B = 41.83%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A052AE (or 0xA052AE) is known color: Deep Lilac. HEX triplet: A0, 52 and AE. RGB value is (160,82,174). Sum of RGB (Red+Green+Blue) = 160+82+174=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #A052AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A052AE is #5FAD51. Grayscale: #737373. Windows color (decimal): -6270290 or 11424416. OLE color: 11424416.

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

Color convert

RGB 160 82 174 -
CMYK 0.08 0.53 0 0.32
HSL 290.87º 0.36% 0.5% -
HSV(B) 290.87º 0.53% 0.68% -
XYZ 25.15 16.56 41.92 -
YUV 115.81 160.84 159.52 -
System Red Green Blue C M Y K H S L
Decimal 160 82 174 0.08 0.53 0 0.32 290.87 0.36 0.5
Hex A0 52 AE 8 35 0 20 123 24 32
Octal 240 122 256 10 65 0 40 443 44 62
Binary 10100000 1010010 10101110 1000 110101 0 100000 100100011 100100 110010

Color Harmonies of #A052AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A052AE

Black with #A052AE

Text Example


Text Example

White with #A052AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A052AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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