#A66CCD

Color #A66CCD Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A66CCD

Tints of Amethyst #A66CCD

Color information

#A66CCD (or 0xA66CCD) is unknown color: approx Amethyst. HEX triplet: A6, 6C and CD. RGB value is (166,108,205). Sum of RGB (Red+Green+Blue) = 166+108+205=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #A66CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CCD is #599332. Grayscale: #888888. Windows color (decimal): -5870387 or 13462694. OLE color: 13462694.

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

Color convert

RGB166108205-
CMYK0.190.4700.20
HSL275.88º49.24%61.37%-
HSV(B)275.88º47.32%80.39%-
XYZ32.1123.2460.55-
YUV136.4166.72149.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 108 (42.58% from 255) = 22.55%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=34.66%
G=22.55%
B=42.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661082050.190.4700.20275.8849.2461.37
HexA66CCD132F014114313d
Octal24615431523570244246175
Binary1010011011011001100110110011101111010100100010100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66CCD; }

 p { color: rgb(166,108,205); }

 H1.HeaderClassName
 {
   color: #A66CCD;
 }
 .AnyTagClassName
 {
   color: #A66CCD;
 }
</style>
background-color css

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

 a { background-color: rgb(166,108,205); }

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

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

 span { border-color: rgb(166,108,205); }

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