Html Css Color HEX #A046BE Deep Lilac

📋 copy color: '#A046BE'

red 160 ◦ green 70 ◦ blue 190

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

Shades of Deep Lilac #A046BE

Tints of Deep Lilac #A046BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 38.1%
G = 16.67%
B = 45.24%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A046BE (or 0xA046BE) is known color: Deep Lilac. HEX triplet: A0, 46 and BE. RGB value is (160,70,190). Sum of RGB (Red+Green+Blue) = 160+70+190=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #A046BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A046BE is #5FB941. Grayscale: #6E6E6E. Windows color (decimal): -6273346 or 12469920. OLE color: 12469920.

HSL color Cylindrical-coordinate representation of color #A046BE: hue angle of 285º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A046BE is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 70 190 -
CMYK 0.16 0.63 0 0.25
HSL 285º 0.48% 0.51% -
HSV(B) 285º 0.63% 0.75% -
XYZ 25.98 15.57 50.35 -
YUV 110.59 172.82 163.24 -
System Red Green Blue C M Y K H S L
Decimal 160 70 190 0.16 0.63 0 0.25 285 0.48 0.51
Hex A0 46 BE 10 3F 0 19 11D 30 33
Octal 240 106 276 20 77 0 31 435 60 63
Binary 10100000 1000110 10111110 10000 111111 0 11001 100011101 110000 110011

Color Harmonies of #A046BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A046BE

Black with #A046BE

Text Example


Text Example

White with #A046BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A046BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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