Html Css Color HEX #A64DCD Deep Lilac

📋 copy color: '#A64DCD'

red 166 ◦ green 77 ◦ blue 205

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

Shades of Deep Lilac #A64DCD

Tints of Deep Lilac #A64DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 37.05%
G = 17.19%
B = 45.76%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A64DCD (or 0xA64DCD) is known color: Deep Lilac. HEX triplet: A6, 4D and CD. RGB value is (166,77,205). Sum of RGB (Red+Green+Blue) = 166+77+205=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #A64DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DCD is #59B232. Grayscale: #757575. Windows color (decimal): -5878323 or 13454758. OLE color: 13454758.

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

Color convert

RGB 166 77 205 -
CMYK 0.19 0.62 0 0.20
HSL 281.72º 0.56% 0.55% -
HSV(B) 281.72º 0.62% 0.8% -
XYZ 29.4 17.82 59.65 -
YUV 118.2 176.99 162.09 -
System Red Green Blue C M Y K H S L
Decimal 166 77 205 0.19 0.62 0 0.20 281.72 0.56 0.55
Hex A6 4D CD 13 3E 0 14 11A 38 37
Octal 246 115 315 23 76 0 24 432 70 67
Binary 10100110 1001101 11001101 10011 111110 0 10100 100011010 111000 110111

Color Harmonies of #A64DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DCD

Black with #A64DCD

Text Example


Text Example

White with #A64DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DCD; }

 p { color: rgb(166,77,205); }

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

background-color css

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

 a { background-color: rgb(166,77,205); }

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

border-color css

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

 span { border-color: rgb(166,77,205); }

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