Html Css Color HEX #A046AC Deep Lilac

📋 copy color: '#A046AC'

red 160 ◦ green 70 ◦ blue 172

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

Shades of Deep Lilac #A046AC

Tints of Deep Lilac #A046AC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.41%

 BLUE value IS 172 (67.58% from 255) = 42.79%

R = 39.8%
G = 17.41%
B = 42.79%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A046AC (or 0xA046AC) is known color: Deep Lilac. HEX triplet: A0, 46 and AC. RGB value is (160,70,172). Sum of RGB (Red+Green+Blue) = 160+70+172=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #A046AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A046AC is #5FB953. Grayscale: #6C6C6C. Windows color (decimal): -6273364 or 11290272. OLE color: 11290272.

HSL color Cylindrical-coordinate representation of color #A046AC: hue angle of 292.94º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A046AC is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 70 172 -
CMYK 0.07 0.59 0 0.33
HSL 292.94º 0.42% 0.47% -
HSV(B) 292.94º 0.59% 0.67% -
XYZ 24.13 14.83 40.62 -
YUV 108.54 163.82 164.71 -
System Red Green Blue C M Y K H S L
Decimal 160 70 172 0.07 0.59 0 0.33 292.94 0.42 0.47
Hex A0 46 AC 7 3B 0 21 125 2A 2F
Octal 240 106 254 7 73 0 41 445 52 57
Binary 10100000 1000110 10101100 111 111011 0 100001 100100101 101010 101111

Color Harmonies of #A046AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A046AC

Black with #A046AC

Text Example


Text Example

White with #A046AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A046AC; }

 p { color: rgb(160,70,172); }

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

background-color css

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

 a { background-color: rgb(160,70,172); }

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

border-color css

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

 span { border-color: rgb(160,70,172); }

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