Html Css Color HEX #A052CE Deep Lilac

📋 copy color: '#A052CE'

red 160 ◦ green 82 ◦ blue 206

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

Shades of Deep Lilac #A052CE

Tints of Deep Lilac #A052CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 35.71%
G = 18.3%
B = 45.98%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A052CE (or 0xA052CE) is known color: Deep Lilac. HEX triplet: A0, 52 and CE. RGB value is (160,82,206). Sum of RGB (Red+Green+Blue) = 160+82+206=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #A052CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A052CE is #5FAD31. Grayscale: #777777. Windows color (decimal): -6270258 or 13521568. OLE color: 13521568.

HSL color Cylindrical-coordinate representation of color #A052CE: hue angle of 277.74º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A052CE is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 82 206 -
CMYK 0.22 0.60 0 0.19
HSL 277.74º 0.56% 0.56% -
HSV(B) 277.74º 0.6% 0.81% -
XYZ 28.66 17.96 60.35 -
YUV 119.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 160 82 206 0.22 0.60 0 0.19 277.74 0.56 0.56
Hex A0 52 CE 16 3C 0 13 116 38 38
Octal 240 122 316 26 74 0 23 426 70 70
Binary 10100000 1010010 11001110 10110 111100 0 10011 100010110 111000 111000

Color Harmonies of #A052CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A052CE

Black with #A052CE

Text Example


Text Example

White with #A052CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A052CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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