Html Css Color HEX #A052C0 Deep Lilac

📋 copy color: '#A052C0'

red 160 ◦ green 82 ◦ blue 192

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

Shades of Deep Lilac #A052C0

Tints of Deep Lilac #A052C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 36.87%
G = 18.89%
B = 44.24%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A052C0 (or 0xA052C0) is known color: Deep Lilac. HEX triplet: A0, 52 and C0. RGB value is (160,82,192). Sum of RGB (Red+Green+Blue) = 160+82+192=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #A052C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A052C0 is #5FAD3F. Grayscale: #757575. Windows color (decimal): -6270272 or 12604064. OLE color: 12604064.

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

Color convert

RGB 160 82 192 -
CMYK 0.17 0.57 0 0.25
HSL 282.55º 0.47% 0.54% -
HSV(B) 282.55º 0.57% 0.75% -
XYZ 27.03 17.31 51.79 -
YUV 117.86 169.84 158.06 -
System Red Green Blue C M Y K H S L
Decimal 160 82 192 0.17 0.57 0 0.25 282.55 0.47 0.54
Hex A0 52 C0 11 39 0 19 11B 2F 36
Octal 240 122 300 21 71 0 31 433 57 66
Binary 10100000 1010010 11000000 10001 111001 0 11001 100011011 101111 110110

Color Harmonies of #A052C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A052C0

Black with #A052C0

Text Example


Text Example

White with #A052C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A052C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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