Html Css Color HEX #A052BA Deep Lilac

📋 copy color: '#A052BA'

red 160 ◦ green 82 ◦ blue 186

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

Shades of Deep Lilac #A052BA

Tints of Deep Lilac #A052BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 37.38%
G = 19.16%
B = 43.46%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A052BA (or 0xA052BA) is known color: Deep Lilac. HEX triplet: A0, 52 and BA. RGB value is (160,82,186). Sum of RGB (Red+Green+Blue) = 160+82+186=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #A052BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A052BA is #5FAD45. Grayscale: #747474. Windows color (decimal): -6270278 or 12210848. OLE color: 12210848.

HSL color Cylindrical-coordinate representation of color #A052BA: hue angle of 285º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A052BA is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 82 186 -
CMYK 0.14 0.56 0 0.27
HSL 285º 0.43% 0.53% -
HSV(B) 285º 0.56% 0.73% -
XYZ 26.38 17.05 48.36 -
YUV 117.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 160 82 186 0.14 0.56 0 0.27 285 0.43 0.53
Hex A0 52 BA E 38 0 1B 11D 2B 35
Octal 240 122 272 16 70 0 33 435 53 65
Binary 10100000 1010010 10111010 1110 111000 0 11011 100011101 101011 110101

Color Harmonies of #A052BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A052BA

Black with #A052BA

Text Example


Text Example

White with #A052BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A052BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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