Html Css Color HEX #A666BC Deep Lilac

📋 copy color: '#A666BC'

red 166 ◦ green 102 ◦ blue 188

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

Shades of Deep Lilac #A666BC

Tints of Deep Lilac #A666BC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.37%

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

R = 36.4%
G = 22.37%
B = 41.23%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A666BC (or 0xA666BC) is known color: Deep Lilac. HEX triplet: A6, 66 and BC. RGB value is (166,102,188). Sum of RGB (Red+Green+Blue) = 166+102+188=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #A666BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666BC is #599943. Grayscale: #828282. Windows color (decimal): -5871940 or 12347046. OLE color: 12347046.

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

Color convert

RGB 166 102 188 -
CMYK 0.12 0.46 0 0.26
HSL 284.65º 0.39% 0.57% -
HSV(B) 284.65º 0.46% 0.74% -
XYZ 29.55 21.24 50.12 -
YUV 130.94 160.2 153.01 -
System Red Green Blue C M Y K H S L
Decimal 166 102 188 0.12 0.46 0 0.26 284.65 0.39 0.57
Hex A6 66 BC C 2E 0 1A 11D 27 39
Octal 246 146 274 14 56 0 32 435 47 71
Binary 10100110 1100110 10111100 1100 101110 0 11010 100011101 100111 111001

Color Harmonies of #A666BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666BC

Black with #A666BC

Text Example


Text Example

White with #A666BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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