Html Css Color HEX #A04ECB Deep Lilac

📋 copy color: '#A04ECB'

red 160 ◦ green 78 ◦ blue 203

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

Shades of Deep Lilac #A04ECB

Tints of Deep Lilac #A04ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.69%

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

R = 36.28%
G = 17.69%
B = 46.03%

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

#A04ECB (or 0xA04ECB) is known color: Deep Lilac. HEX triplet: A0, 4E and CB. RGB value is (160,78,203). Sum of RGB (Red+Green+Blue) = 160+78+203=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #A04ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04ECB is #5FB134. Grayscale: #747474. Windows color (decimal): -6271285 or 13323936. OLE color: 13323936.

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

Color convert

RGB 160 78 203 -
CMYK 0.21 0.62 0 0.20
HSL 279.36º 0.55% 0.55% -
HSV(B) 279.36º 0.62% 0.8% -
XYZ 28 17.23 58.35 -
YUV 116.77 176.67 158.84 -
System Red Green Blue C M Y K H S L
Decimal 160 78 203 0.21 0.62 0 0.20 279.36 0.55 0.55
Hex A0 4E CB 15 3E 0 14 117 37 37
Octal 240 116 313 25 76 0 24 427 67 67
Binary 10100000 1001110 11001011 10101 111110 0 10100 100010111 110111 110111

Color Harmonies of #A04ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04ECB

Black with #A04ECB

Text Example


Text Example

White with #A04ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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