Html Css Color HEX #A64ECB Deep Lilac

📋 copy color: '#A64ECB'

red 166 ◦ green 78 ◦ blue 203

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

Shades of Deep Lilac #A64ECB

Tints of Deep Lilac #A64ECB

RGB

 RED value IS 166 (65.23% from 255) = 37.14%

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

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

R = 37.14%
G = 17.45%
B = 45.41%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A64ECB (or 0xA64ECB) is known color: Deep Lilac. HEX triplet: A6, 4E and CB. RGB value is (166,78,203). Sum of RGB (Red+Green+Blue) = 166+78+203=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #A64ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64ECB is #59B134. Grayscale: #767676. Windows color (decimal): -5878069 or 13323942. OLE color: 13323942.

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

Color convert

RGB 166 78 203 -
CMYK 0.18 0.62 0 0.20
HSL 282.24º 0.55% 0.55% -
HSV(B) 282.24º 0.62% 0.8% -
XYZ 29.23 17.87 58.41 -
YUV 118.56 175.65 161.84 -
System Red Green Blue C M Y K H S L
Decimal 166 78 203 0.18 0.62 0 0.20 282.24 0.55 0.55
Hex A6 4E CB 12 3E 0 14 11A 37 37
Octal 246 116 313 22 76 0 24 432 67 67
Binary 10100110 1001110 11001011 10010 111110 0 10100 100011010 110111 110111

Color Harmonies of #A64ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64ECB

Black with #A64ECB

Text Example


Text Example

White with #A64ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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