Html Css Color HEX #A052AF Deep Lilac

📋 copy color: '#A052AF'

red 160 ◦ green 82 ◦ blue 175

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

Shades of Deep Lilac #A052AF

Tints of Deep Lilac #A052AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.97%

R = 38.37%
G = 19.66%
B = 41.97%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A052AF (or 0xA052AF) is known color: Deep Lilac. HEX triplet: A0, 52 and AF. RGB value is (160,82,175). Sum of RGB (Red+Green+Blue) = 160+82+175=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #A052AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A052AF is #5FAD50. Grayscale: #737373. Windows color (decimal): -6270289 or 11489952. OLE color: 11489952.

HSL color Cylindrical-coordinate representation of color #A052AF: hue angle of 290.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A052AF is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 82 175 -
CMYK 0.09 0.53 0 0.31
HSL 290.32º 0.37% 0.5% -
HSV(B) 290.32º 0.53% 0.69% -
XYZ 25.25 16.6 42.43 -
YUV 115.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 160 82 175 0.09 0.53 0 0.31 290.32 0.37 0.5
Hex A0 52 AF 9 35 0 1F 122 25 32
Octal 240 122 257 11 65 0 37 442 45 62
Binary 10100000 1010010 10101111 1001 110101 0 11111 100100010 100101 110010

Color Harmonies of #A052AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A052AF

Black with #A052AF

Text Example


Text Example

White with #A052AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A052AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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