Html Css Color HEX #A052D0 Deep Lilac

📋 copy color: '#A052D0'

red 160 ◦ green 82 ◦ blue 208

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

Shades of Deep Lilac #A052D0

Tints of Deep Lilac #A052D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.22%

R = 35.56%
G = 18.22%
B = 46.22%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A052D0 (or 0xA052D0) is known color: Deep Lilac. HEX triplet: A0, 52 and D0. RGB value is (160,82,208). Sum of RGB (Red+Green+Blue) = 160+82+208=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #A052D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A052D0 is #5FAD2F. Grayscale: #777777. Windows color (decimal): -6270256 or 13652640. OLE color: 13652640.

HSL color Cylindrical-coordinate representation of color #A052D0: hue angle of 277.14º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A052D0 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 82 208 -
CMYK 0.23 0.61 0 0.18
HSL 277.14º 0.57% 0.57% -
HSV(B) 277.14º 0.61% 0.82% -
XYZ 28.9 18.06 61.64 -
YUV 119.69 177.84 156.75 -
System Red Green Blue C M Y K H S L
Decimal 160 82 208 0.23 0.61 0 0.18 277.14 0.57 0.57
Hex A0 52 D0 17 3D 0 12 115 39 39
Octal 240 122 320 27 75 0 22 425 71 71
Binary 10100000 1010010 11010000 10111 111101 0 10010 100010101 111001 111001

Color Harmonies of #A052D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A052D0

Black with #A052D0

Text Example


Text Example

White with #A052D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A052D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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