Html Css Color HEX #A048B2 Deep Lilac

📋 copy color: '#A048B2'

red 160 ◦ green 72 ◦ blue 178

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

Shades of Deep Lilac #A048B2

Tints of Deep Lilac #A048B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.41%

R = 39.02%
G = 17.56%
B = 43.41%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A048B2 (or 0xA048B2) is known color: Deep Lilac. HEX triplet: A0, 48 and B2. RGB value is (160,72,178). Sum of RGB (Red+Green+Blue) = 160+72+178=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 178 - color contains mainly: blue. Hex color #A048B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A048B2 is #5FB74D. Grayscale: #6E6E6E. Windows color (decimal): -6272846 or 11684000. OLE color: 11684000.

HSL color Cylindrical-coordinate representation of color #A048B2: hue angle of 289.81º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A048B2 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 72 178 -
CMYK 0.10 0.60 0 0.30
HSL 289.81º 0.42% 0.49% -
HSV(B) 289.81º 0.6% 0.7% -
XYZ 24.85 15.32 43.77 -
YUV 110.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 160 72 178 0.10 0.60 0 0.30 289.81 0.42 0.49
Hex A0 48 B2 A 3C 0 1E 122 2A 31
Octal 240 110 262 12 74 0 36 442 52 61
Binary 10100000 1001000 10110010 1010 111100 0 11110 100100010 101010 110001

Color Harmonies of #A048B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048B2

Black with #A048B2

Text Example


Text Example

White with #A048B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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