Html Css Color HEX #A052CA Deep Lilac

📋 copy color: '#A052CA'

red 160 ◦ green 82 ◦ blue 202

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

Shades of Deep Lilac #A052CA

Tints of Deep Lilac #A052CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.5%

R = 36.04%
G = 18.47%
B = 45.5%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A052CA (or 0xA052CA) is known color: Deep Lilac. HEX triplet: A0, 52 and CA. RGB value is (160,82,202). Sum of RGB (Red+Green+Blue) = 160+82+202=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #A052CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A052CA is #5FAD35. Grayscale: #767676. Windows color (decimal): -6270262 or 13259424. OLE color: 13259424.

HSL color Cylindrical-coordinate representation of color #A052CA: hue angle of 279º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A052CA is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 82 202 -
CMYK 0.21 0.59 0 0.21
HSL 279º 0.53% 0.56% -
HSV(B) 279º 0.59% 0.79% -
XYZ 28.18 17.77 57.82 -
YUV 119 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 160 82 202 0.21 0.59 0 0.21 279 0.53 0.56
Hex A0 52 CA 15 3B 0 15 117 35 38
Octal 240 122 312 25 73 0 25 427 65 70
Binary 10100000 1010010 11001010 10101 111011 0 10101 100010111 110101 111000

Color Harmonies of #A052CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A052CA

Black with #A052CA

Text Example


Text Example

White with #A052CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A052CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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