Html Css Color HEX #A64EBD Deep Lilac

📋 copy color: '#A64EBD'

red 166 ◦ green 78 ◦ blue 189

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

Shades of Deep Lilac #A64EBD

Tints of Deep Lilac #A64EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 38.34%
G = 18.01%
B = 43.65%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A64EBD (or 0xA64EBD) is known color: Deep Lilac. HEX triplet: A6, 4E and BD. RGB value is (166,78,189). Sum of RGB (Red+Green+Blue) = 166+78+189=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #A64EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64EBD is #59B142. Grayscale: #747474. Windows color (decimal): -5878083 or 12406438. OLE color: 12406438.

HSL color Cylindrical-coordinate representation of color #A64EBD: hue angle of 287.57º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A64EBD is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 78 189 -
CMYK 0.12 0.59 0 0.26
HSL 287.57º 0.46% 0.52% -
HSV(B) 287.57º 0.59% 0.74% -
XYZ 27.64 17.23 50.01 -
YUV 116.97 168.65 162.97 -
System Red Green Blue C M Y K H S L
Decimal 166 78 189 0.12 0.59 0 0.26 287.57 0.46 0.52
Hex A6 4E BD C 3B 0 1A 120 2E 34
Octal 246 116 275 14 73 0 32 440 56 64
Binary 10100110 1001110 10111101 1100 111011 0 11010 100100000 101110 110100

Color Harmonies of #A64EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64EBD

Black with #A64EBD

Text Example


Text Example

White with #A64EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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