Html Css Color HEX #A66ECC Amethyst

📋 copy color: '#A66ECC'

red 166 ◦ green 110 ◦ blue 204

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

Shades of Amethyst #A66ECC

Tints of Amethyst #A66ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.92%

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 34.58%
G = 22.92%
B = 42.5%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A66ECC (or 0xA66ECC) is known color: Amethyst. HEX triplet: A6, 6E and CC. RGB value is (166,110,204). Sum of RGB (Red+Green+Blue) = 166+110+204=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #A66ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66ECC is #599133. Grayscale: #898989. Windows color (decimal): -5869876 or 13397670. OLE color: 13397670.

HSL color Cylindrical-coordinate representation of color #A66ECC: hue angle of 275.74º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A66ECC is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 110 204 -
CMYK 0.19 0.46 0 0.2
HSL 275.74º 0.48% 0.62% -
HSV(B) 275.74º 0.46% 0.8% -
XYZ 32.2 23.62 59.99 -
YUV 137.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 166 110 204 0.19 0.46 0 0.2 275.74 0.48 0.62
Hex A6 6E CC 13 2E 0 14 114 30 3E
Octal 246 156 314 23 56 0 24 424 60 76
Binary 10100110 1101110 11001100 10011 101110 0 10100 100010100 110000 111110

Color Harmonies of #A66ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66ECC

Black with #A66ECC

Text Example


Text Example

White with #A66ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66ECC; }

 p { color: rgb(166,110,204); }

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

background-color css

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

 a { background-color: rgb(166,110,204); }

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

border-color css

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

 span { border-color: rgb(166,110,204); }

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