Html Css Color HEX #A64FBA Deep Lilac

📋 copy color: '#A64FBA'

red 166 ◦ green 79 ◦ blue 186

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

Shades of Deep Lilac #A64FBA

Tints of Deep Lilac #A64FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 38.52%
G = 18.33%
B = 43.16%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A64FBA (or 0xA64FBA) is known color: Deep Lilac. HEX triplet: A6, 4F and BA. RGB value is (166,79,186). Sum of RGB (Red+Green+Blue) = 166+79+186=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #A64FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64FBA is #59B045. Grayscale: #747474. Windows color (decimal): -5877830 or 12210086. OLE color: 12210086.

HSL color Cylindrical-coordinate representation of color #A64FBA: hue angle of 288.79º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64FBA is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 79 186 -
CMYK 0.11 0.58 0 0.27
HSL 288.79º 0.44% 0.52% -
HSV(B) 288.79º 0.58% 0.73% -
XYZ 27.38 17.24 48.34 -
YUV 117.21 166.82 162.8 -
System Red Green Blue C M Y K H S L
Decimal 166 79 186 0.11 0.58 0 0.27 288.79 0.44 0.52
Hex A6 4F BA B 3A 0 1B 121 2C 34
Octal 246 117 272 13 72 0 33 441 54 64
Binary 10100110 1001111 10111010 1011 111010 0 11011 100100001 101100 110100

Color Harmonies of #A64FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FBA

Black with #A64FBA

Text Example


Text Example

White with #A64FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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