Html Css Color HEX #A64CBA Deep Lilac

📋 copy color: '#A64CBA'

red 166 ◦ green 76 ◦ blue 186

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

Shades of Deep Lilac #A64CBA

Tints of Deep Lilac #A64CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.76%

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

R = 38.79%
G = 17.76%
B = 43.46%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A64CBA (or 0xA64CBA) is known color: Deep Lilac. HEX triplet: A6, 4C and BA. RGB value is (166,76,186). Sum of RGB (Red+Green+Blue) = 166+76+186=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #A64CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CBA is #59B345. Grayscale: #737373. Windows color (decimal): -5878598 or 12209318. OLE color: 12209318.

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

Color convert

RGB 166 76 186 -
CMYK 0.11 0.59 0 0.27
HSL 289.09º 0.44% 0.51% -
HSV(B) 289.09º 0.59% 0.73% -
XYZ 27.17 16.82 48.27 -
YUV 115.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 166 76 186 0.11 0.59 0 0.27 289.09 0.44 0.51
Hex A6 4C BA B 3B 0 1B 121 2C 33
Octal 246 114 272 13 73 0 33 441 54 63
Binary 10100110 1001100 10111010 1011 111011 0 11011 100100001 101100 110011

Color Harmonies of #A64CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CBA

Black with #A64CBA

Text Example


Text Example

White with #A64CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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