Html Css Color HEX #A664BD Deep Lilac

📋 copy color: '#A664BD'

red 166 ◦ green 100 ◦ blue 189

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

Shades of Deep Lilac #A664BD

Tints of Deep Lilac #A664BD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.98%

 BLUE value IS 189 (74.22% from 255) = 41.54%

R = 36.48%
G = 21.98%
B = 41.54%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A664BD (or 0xA664BD) is known color: Deep Lilac. HEX triplet: A6, 64 and BD. RGB value is (166,100,189). Sum of RGB (Red+Green+Blue) = 166+100+189=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #A664BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664BD is #599B42. Grayscale: #818181. Windows color (decimal): -5872451 or 12412070. OLE color: 12412070.

HSL color Cylindrical-coordinate representation of color #A664BD: hue angle of 284.49º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A664BD is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 100 189 -
CMYK 0.12 0.47 0 0.26
HSL 284.49º 0.4% 0.57% -
HSV(B) 284.49º 0.47% 0.74% -
XYZ 29.47 20.9 50.62 -
YUV 129.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 166 100 189 0.12 0.47 0 0.26 284.49 0.4 0.57
Hex A6 64 BD C 2F 0 1A 11C 28 39
Octal 246 144 275 14 57 0 32 434 50 71
Binary 10100110 1100100 10111101 1100 101111 0 11010 100011100 101000 111001

Color Harmonies of #A664BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A664BD

Black with #A664BD

Text Example


Text Example

White with #A664BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A664BD; }

 p { color: rgb(166,100,189); }

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

background-color css

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

 a { background-color: rgb(166,100,189); }

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

border-color css

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

 span { border-color: rgb(166,100,189); }

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