Html Css Color HEX #A046BD Deep Lilac

📋 copy color: '#A046BD'

red 160 ◦ green 70 ◦ blue 189

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

Shades of Deep Lilac #A046BD

Tints of Deep Lilac #A046BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.11%

R = 38.19%
G = 16.71%
B = 45.11%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A046BD (or 0xA046BD) is known color: Deep Lilac. HEX triplet: A0, 46 and BD. RGB value is (160,70,189). Sum of RGB (Red+Green+Blue) = 160+70+189=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #A046BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A046BD is #5FB942. Grayscale: #6E6E6E. Windows color (decimal): -6273347 or 12404384. OLE color: 12404384.

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

Color convert

RGB 160 70 189 -
CMYK 0.15 0.63 0 0.26
HSL 285.38º 0.47% 0.51% -
HSV(B) 285.38º 0.63% 0.74% -
XYZ 25.87 15.53 49.78 -
YUV 110.48 172.32 163.32 -
System Red Green Blue C M Y K H S L
Decimal 160 70 189 0.15 0.63 0 0.26 285.38 0.47 0.51
Hex A0 46 BD F 3F 0 1A 11D 2F 33
Octal 240 106 275 17 77 0 32 435 57 63
Binary 10100000 1000110 10111101 1111 111111 0 11010 100011101 101111 110011

Color Harmonies of #A046BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A046BD

Black with #A046BD

Text Example


Text Example

White with #A046BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A046BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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