Html Css Color HEX #A64FCD Deep Lilac

📋 copy color: '#A64FCD'

red 166 ◦ green 79 ◦ blue 205

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

Shades of Deep Lilac #A64FCD

Tints of Deep Lilac #A64FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.56%

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

R = 36.89%
G = 17.56%
B = 45.56%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A64FCD (or 0xA64FCD) is known color: Deep Lilac. HEX triplet: A6, 4F and CD. RGB value is (166,79,205). Sum of RGB (Red+Green+Blue) = 166+79+205=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #A64FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64FCD is #59B032. Grayscale: #767676. Windows color (decimal): -5877811 or 13455270. OLE color: 13455270.

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

Color convert

RGB 166 79 205 -
CMYK 0.19 0.61 0 0.20
HSL 281.43º 0.56% 0.56% -
HSV(B) 281.43º 0.61% 0.8% -
XYZ 29.54 18.11 59.7 -
YUV 119.38 176.32 161.25 -
System Red Green Blue C M Y K H S L
Decimal 166 79 205 0.19 0.61 0 0.20 281.43 0.56 0.56
Hex A6 4F CD 13 3D 0 14 119 38 38
Octal 246 117 315 23 75 0 24 431 70 70
Binary 10100110 1001111 11001101 10011 111101 0 10100 100011001 111000 111000

Color Harmonies of #A64FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FCD

Black with #A64FCD

Text Example


Text Example

White with #A64FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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