Html Css Color HEX #A64FC8 Deep Lilac

📋 copy color: '#A64FC8'

red 166 ◦ green 79 ◦ blue 200

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

Shades of Deep Lilac #A64FC8

Tints of Deep Lilac #A64FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.94%

R = 37.3%
G = 17.75%
B = 44.94%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A64FC8 (or 0xA64FC8) is known color: Deep Lilac. HEX triplet: A6, 4F and C8. RGB value is (166,79,200). Sum of RGB (Red+Green+Blue) = 166+79+200=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #A64FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64FC8 is #59B037. Grayscale: #767676. Windows color (decimal): -5877816 or 13127590. OLE color: 13127590.

HSL color Cylindrical-coordinate representation of color #A64FC8: hue angle of 283.14º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64FC8 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 79 200 -
CMYK 0.17 0.60 0 0.22
HSL 283.14º 0.52% 0.55% -
HSV(B) 283.14º 0.61% 0.78% -
XYZ 28.95 17.87 56.57 -
YUV 118.81 173.82 161.66 -
System Red Green Blue C M Y K H S L
Decimal 166 79 200 0.17 0.60 0 0.22 283.14 0.52 0.55
Hex A6 4F C8 11 3C 0 16 11B 34 37
Octal 246 117 310 21 74 0 26 433 64 67
Binary 10100110 1001111 11001000 10001 111100 0 10110 100011011 110100 110111

Color Harmonies of #A64FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FC8

Black with #A64FC8

Text Example


Text Example

White with #A64FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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