Html Css Color HEX #A66ACC Amethyst

📋 copy color: '#A66ACC'

red 166 ◦ green 106 ◦ blue 204

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

Shades of Amethyst #A66ACC

Tints of Amethyst #A66ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.27%

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

R = 34.87%
G = 22.27%
B = 42.86%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A66ACC (or 0xA66ACC) is known color: Amethyst. HEX triplet: A6, 6A and CC. RGB value is (166,106,204). Sum of RGB (Red+Green+Blue) = 166+106+204=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #A66ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66ACC is #599533. Grayscale: #868686. Windows color (decimal): -5870900 or 13396646. OLE color: 13396646.

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

Color convert

RGB 166 106 204 -
CMYK 0.19 0.48 0 0.2
HSL 276.73º 0.49% 0.61% -
HSV(B) 276.73º 0.48% 0.8% -
XYZ 31.78 22.77 59.85 -
YUV 135.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 166 106 204 0.19 0.48 0 0.2 276.73 0.49 0.61
Hex A6 6A CC 13 30 0 14 115 31 3D
Octal 246 152 314 23 60 0 24 425 61 75
Binary 10100110 1101010 11001100 10011 110000 0 10100 100010101 110001 111101

Color Harmonies of #A66ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66ACC

Black with #A66ACC

Text Example


Text Example

White with #A66ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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