Html Css Color HEX #A048B4 Deep Lilac

📋 copy color: '#A048B4'

red 160 ◦ green 72 ◦ blue 180

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

Shades of Deep Lilac #A048B4

Tints of Deep Lilac #A048B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.69%

R = 38.83%
G = 17.48%
B = 43.69%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A048B4 (or 0xA048B4) is known color: Deep Lilac. HEX triplet: A0, 48 and B4. RGB value is (160,72,180). Sum of RGB (Red+Green+Blue) = 160+72+180=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 180 - color contains mainly: blue. Hex color #A048B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048B4 is #5FB74B. Grayscale: #6E6E6E. Windows color (decimal): -6272844 or 11815072. OLE color: 11815072.

HSL color Cylindrical-coordinate representation of color #A048B4: hue angle of 288.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A048B4 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 72 180 -
CMYK 0.11 0.60 0 0.29
HSL 288.89º 0.43% 0.49% -
HSV(B) 288.89º 0.6% 0.71% -
XYZ 25.05 15.4 44.83 -
YUV 110.62 167.15 163.22 -
System Red Green Blue C M Y K H S L
Decimal 160 72 180 0.11 0.60 0 0.29 288.89 0.43 0.49
Hex A0 48 B4 B 3C 0 1D 121 2B 31
Octal 240 110 264 13 74 0 35 441 53 61
Binary 10100000 1001000 10110100 1011 111100 0 11101 100100001 101011 110001

Color Harmonies of #A048B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048B4

Black with #A048B4

Text Example


Text Example

White with #A048B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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