Html Css Color HEX #A048CB Deep Lilac

📋 copy color: '#A048CB'

red 160 ◦ green 72 ◦ blue 203

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

Shades of Deep Lilac #A048CB

Tints of Deep Lilac #A048CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.67%

R = 36.78%
G = 16.55%
B = 46.67%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A048CB (or 0xA048CB) is known color: Deep Lilac. HEX triplet: A0, 48 and CB. RGB value is (160,72,203). Sum of RGB (Red+Green+Blue) = 160+72+203=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #A048CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048CB is #5FB734. Grayscale: #707070. Windows color (decimal): -6272821 or 13322400. OLE color: 13322400.

HSL color Cylindrical-coordinate representation of color #A048CB: hue angle of 280.31º 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 #A048CB is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 72 203 -
CMYK 0.21 0.65 0 0.20
HSL 280.31º 0.56% 0.54% -
HSV(B) 280.31º 0.65% 0.8% -
XYZ 27.59 16.42 58.21 -
YUV 113.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 160 72 203 0.21 0.65 0 0.20 280.31 0.56 0.54
Hex A0 48 CB 15 41 0 14 118 38 36
Octal 240 110 313 25 101 0 24 430 70 66
Binary 10100000 1001000 11001011 10101 1000001 0 10100 100011000 111000 110110

Color Harmonies of #A048CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048CB

Black with #A048CB

Text Example


Text Example

White with #A048CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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