Html Css Color HEX #A048CC Deep Lilac

📋 copy color: '#A048CC'

red 160 ◦ green 72 ◦ blue 204

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

Shades of Deep Lilac #A048CC

Tints of Deep Lilac #A048CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 36.7%
G = 16.51%
B = 46.79%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A048CC (or 0xA048CC) is known color: Deep Lilac. HEX triplet: A0, 48 and CC. RGB value is (160,72,204). Sum of RGB (Red+Green+Blue) = 160+72+204=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #A048CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048CC is #5FB733. Grayscale: #707070. Windows color (decimal): -6272820 or 13387936. OLE color: 13387936.

HSL color Cylindrical-coordinate representation of color #A048CC: hue angle of 280º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A048CC is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 72 204 -
CMYK 0.22 0.65 0 0.2
HSL 280º 0.56% 0.54% -
HSV(B) 280º 0.65% 0.8% -
XYZ 27.71 16.47 58.84 -
YUV 113.36 179.15 161.27 -
System Red Green Blue C M Y K H S L
Decimal 160 72 204 0.22 0.65 0 0.2 280 0.56 0.54
Hex A0 48 CC 16 41 0 14 118 38 36
Octal 240 110 314 26 101 0 24 430 70 66
Binary 10100000 1001000 11001100 10110 1000001 0 10100 100011000 111000 110110

Color Harmonies of #A048CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048CC

Black with #A048CC

Text Example


Text Example

White with #A048CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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