Html Css Color HEX #A052BC Deep Lilac

📋 copy color: '#A052BC'

red 160 ◦ green 82 ◦ blue 188

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

Shades of Deep Lilac #A052BC

Tints of Deep Lilac #A052BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 37.21%
G = 19.07%
B = 43.72%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A052BC (or 0xA052BC) is known color: Deep Lilac. HEX triplet: A0, 52 and BC. RGB value is (160,82,188). Sum of RGB (Red+Green+Blue) = 160+82+188=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #A052BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A052BC is #5FAD43. Grayscale: #757575. Windows color (decimal): -6270276 or 12341920. OLE color: 12341920.

HSL color Cylindrical-coordinate representation of color #A052BC: hue angle of 284.15º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A052BC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 82 188 -
CMYK 0.15 0.56 0 0.26
HSL 284.15º 0.44% 0.53% -
HSV(B) 284.15º 0.56% 0.74% -
XYZ 26.59 17.14 49.48 -
YUV 117.41 167.84 158.38 -
System Red Green Blue C M Y K H S L
Decimal 160 82 188 0.15 0.56 0 0.26 284.15 0.44 0.53
Hex A0 52 BC F 38 0 1A 11C 2C 35
Octal 240 122 274 17 70 0 32 434 54 65
Binary 10100000 1010010 10111100 1111 111000 0 11010 100011100 101100 110101

Color Harmonies of #A052BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A052BC

Black with #A052BC

Text Example


Text Example

White with #A052BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A052BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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