Html Css Color HEX #A048CA Deep Lilac

📋 copy color: '#A048CA'

red 160 ◦ green 72 ◦ blue 202

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

Shades of Deep Lilac #A048CA

Tints of Deep Lilac #A048CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 36.87%
G = 16.59%
B = 46.54%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A048CA (or 0xA048CA) is known color: Deep Lilac. HEX triplet: A0, 48 and CA. RGB value is (160,72,202). Sum of RGB (Red+Green+Blue) = 160+72+202=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #A048CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048CA is #5FB735. Grayscale: #707070. Windows color (decimal): -6272822 or 13256864. OLE color: 13256864.

HSL color Cylindrical-coordinate representation of color #A048CA: hue angle of 280.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A048CA is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 72 202 -
CMYK 0.21 0.64 0 0.21
HSL 280.62º 0.55% 0.54% -
HSV(B) 280.62º 0.64% 0.79% -
XYZ 27.48 16.37 57.59 -
YUV 113.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 160 72 202 0.21 0.64 0 0.21 280.62 0.55 0.54
Hex A0 48 CA 15 40 0 15 119 37 36
Octal 240 110 312 25 100 0 25 431 67 66
Binary 10100000 1001000 11001010 10101 1000000 0 10101 100011001 110111 110110

Color Harmonies of #A048CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048CA

Black with #A048CA

Text Example


Text Example

White with #A048CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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