Html Css Color HEX #A664BC Deep Lilac

📋 copy color: '#A664BC'

red 166 ◦ green 100 ◦ blue 188

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

Shades of Deep Lilac #A664BC

Tints of Deep Lilac #A664BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 36.56%
G = 22.03%
B = 41.41%

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

#A664BC (or 0xA664BC) is known color: Deep Lilac. HEX triplet: A6, 64 and BC. RGB value is (166,100,188). Sum of RGB (Red+Green+Blue) = 166+100+188=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #A664BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664BC is #599B43. Grayscale: #818181. Windows color (decimal): -5872452 or 12346534. OLE color: 12346534.

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

Color convert

RGB 166 100 188 -
CMYK 0.12 0.47 0 0.26
HSL 285º 0.4% 0.56% -
HSV(B) 285º 0.47% 0.74% -
XYZ 29.36 20.85 50.05 -
YUV 129.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 166 100 188 0.12 0.47 0 0.26 285 0.4 0.56
Hex A6 64 BC C 2F 0 1A 11D 28 38
Octal 246 144 274 14 57 0 32 435 50 70
Binary 10100110 1100100 10111100 1100 101111 0 11010 100011101 101000 111000

Color Harmonies of #A664BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A664BC

Black with #A664BC

Text Example


Text Example

White with #A664BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A664BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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