Html Css Color HEX #A64CBB Deep Lilac

📋 copy color: '#A64CBB'

red 166 ◦ green 76 ◦ blue 187

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

Shades of Deep Lilac #A64CBB

Tints of Deep Lilac #A64CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.59%

R = 38.69%
G = 17.72%
B = 43.59%

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

#A64CBB (or 0xA64CBB) is known color: Deep Lilac. HEX triplet: A6, 4C and BB. RGB value is (166,76,187). Sum of RGB (Red+Green+Blue) = 166+76+187=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #A64CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CBB is #59B344. Grayscale: #737373. Windows color (decimal): -5878597 or 12274854. OLE color: 12274854.

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

Color convert

RGB 166 76 187 -
CMYK 0.11 0.59 0 0.27
HSL 288.65º 0.45% 0.52% -
HSV(B) 288.65º 0.59% 0.73% -
XYZ 27.28 16.86 48.83 -
YUV 115.56 168.32 163.97 -
System Red Green Blue C M Y K H S L
Decimal 166 76 187 0.11 0.59 0 0.27 288.65 0.45 0.52
Hex A6 4C BB B 3B 0 1B 121 2D 34
Octal 246 114 273 13 73 0 33 441 55 64
Binary 10100110 1001100 10111011 1011 111011 0 11011 100100001 101101 110100

Color Harmonies of #A64CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CBB

Black with #A64CBB

Text Example


Text Example

White with #A64CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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