Html Css Color HEX #A048BA Deep Lilac

📋 copy color: '#A048BA'

red 160 ◦ green 72 ◦ blue 186

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

Shades of Deep Lilac #A048BA

Tints of Deep Lilac #A048BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 38.28%
G = 17.22%
B = 44.5%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A048BA (or 0xA048BA) is known color: Deep Lilac. HEX triplet: A0, 48 and BA. RGB value is (160,72,186). Sum of RGB (Red+Green+Blue) = 160+72+186=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #A048BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048BA is #5FB745. Grayscale: #6E6E6E. Windows color (decimal): -6272838 or 12208288. OLE color: 12208288.

HSL color Cylindrical-coordinate representation of color #A048BA: hue angle of 286.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A048BA is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 72 186 -
CMYK 0.14 0.61 0 0.27
HSL 286.32º 0.45% 0.51% -
HSV(B) 286.32º 0.61% 0.73% -
XYZ 25.68 15.65 48.12 -
YUV 111.31 170.15 162.73 -
System Red Green Blue C M Y K H S L
Decimal 160 72 186 0.14 0.61 0 0.27 286.32 0.45 0.51
Hex A0 48 BA E 3D 0 1B 11E 2D 33
Octal 240 110 272 16 75 0 33 436 55 63
Binary 10100000 1001000 10111010 1110 111101 0 11011 100011110 101101 110011

Color Harmonies of #A048BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048BA

Black with #A048BA

Text Example


Text Example

White with #A048BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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