Html Css Color HEX #A048BF Deep Lilac

📋 copy color: '#A048BF'

red 160 ◦ green 72 ◦ blue 191

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

Shades of Deep Lilac #A048BF

Tints of Deep Lilac #A048BF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.02%

 BLUE value IS 191 (75% from 255) = 45.15%

R = 37.83%
G = 17.02%
B = 45.15%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A048BF (or 0xA048BF) is known color: Deep Lilac. HEX triplet: A0, 48 and BF. RGB value is (160,72,191). Sum of RGB (Red+Green+Blue) = 160+72+191=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #A048BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048BF is #5FB740. Grayscale: #6F6F6F. Windows color (decimal): -6272833 or 12535968. OLE color: 12535968.

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

Color convert

RGB 160 72 191 -
CMYK 0.16 0.62 0 0.25
HSL 284.37º 0.48% 0.52% -
HSV(B) 284.37º 0.62% 0.75% -
XYZ 26.22 15.87 50.97 -
YUV 111.88 172.65 162.32 -
System Red Green Blue C M Y K H S L
Decimal 160 72 191 0.16 0.62 0 0.25 284.37 0.48 0.52
Hex A0 48 BF 10 3E 0 19 11C 30 34
Octal 240 110 277 20 76 0 31 434 60 64
Binary 10100000 1001000 10111111 10000 111110 0 11001 100011100 110000 110100

Color Harmonies of #A048BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048BF

Black with #A048BF

Text Example


Text Example

White with #A048BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048BF; }

 p { color: rgb(160,72,191); }

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

background-color css

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

 a { background-color: rgb(160,72,191); }

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

border-color css

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

 span { border-color: rgb(160,72,191); }

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