Html Css Color HEX #A04DCB Deep Lilac

📋 copy color: '#A04DCB'

red 160 ◦ green 77 ◦ blue 203

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

Shades of Deep Lilac #A04DCB

Tints of Deep Lilac #A04DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.5%

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

R = 36.36%
G = 17.5%
B = 46.14%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A04DCB (or 0xA04DCB) is known color: Deep Lilac. HEX triplet: A0, 4D and CB. RGB value is (160,77,203). Sum of RGB (Red+Green+Blue) = 160+77+203=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #A04DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DCB is #5FB234. Grayscale: #737373. Windows color (decimal): -6271541 or 13323680. OLE color: 13323680.

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

Color convert

RGB 160 77 203 -
CMYK 0.21 0.62 0 0.20
HSL 279.52º 0.55% 0.55% -
HSV(B) 279.52º 0.62% 0.8% -
XYZ 27.93 17.09 58.33 -
YUV 116.18 177 159.25 -
System Red Green Blue C M Y K H S L
Decimal 160 77 203 0.21 0.62 0 0.20 279.52 0.55 0.55
Hex A0 4D CB 15 3E 0 14 118 37 37
Octal 240 115 313 25 76 0 24 430 67 67
Binary 10100000 1001101 11001011 10101 111110 0 10100 100011000 110111 110111

Color Harmonies of #A04DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04DCB

Black with #A04DCB

Text Example


Text Example

White with #A04DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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