Html Css Color HEX #A048BC Deep Lilac

📋 copy color: '#A048BC'

red 160 ◦ green 72 ◦ blue 188

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

Shades of Deep Lilac #A048BC

Tints of Deep Lilac #A048BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.76%

R = 38.1%
G = 17.14%
B = 44.76%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A048BC (or 0xA048BC) is known color: Deep Lilac. HEX triplet: A0, 48 and BC. RGB value is (160,72,188). Sum of RGB (Red+Green+Blue) = 160+72+188=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #A048BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048BC is #5FB743. Grayscale: #6F6F6F. Windows color (decimal): -6272836 or 12339360. OLE color: 12339360.

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

Color convert

RGB 160 72 188 -
CMYK 0.15 0.62 0 0.26
HSL 285.52º 0.46% 0.51% -
HSV(B) 285.52º 0.62% 0.74% -
XYZ 25.89 15.74 49.25 -
YUV 111.54 171.15 162.57 -
System Red Green Blue C M Y K H S L
Decimal 160 72 188 0.15 0.62 0 0.26 285.52 0.46 0.51
Hex A0 48 BC F 3E 0 1A 11E 2E 33
Octal 240 110 274 17 76 0 32 436 56 63
Binary 10100000 1001000 10111100 1111 111110 0 11010 100011110 101110 110011

Color Harmonies of #A048BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048BC

Black with #A048BC

Text Example


Text Example

White with #A048BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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