#A666CB

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

Shades of Amethyst #A666CB

Tints of Amethyst #A666CB

Color information

#A666CB (or 0xA666CB) is unknown color: approx Amethyst. HEX triplet: A6, 66 and CB. RGB value is (166,102,203). Sum of RGB (Red+Green+Blue) = 166+102+203=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #A666CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666CB is #599934. Grayscale: #848484. Windows color (decimal): -5871925 or 13330086. OLE color: 13330086.

HSL color Cylindrical-coordinate representation of color #A666CB: hue angle of 278.02º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A666CB is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166102203-
CMYK0.180.5000.20
HSL278.02º49.27%59.8%-
HSV(B)278.02º49.75%79.61%-
XYZ31.2621.9259.08-
YUV132.65167.7151.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 102 (40.23% from 255) = 21.66%
BLUE value IS 203 (79.69% from 255) = 43.10%
R=35.24%
G=21.66%
B=43.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661022030.180.5000.20278.0249.2759.8
HexA666CB1232014116313c
Octal24614631322620244266174
Binary1010011011001101100101110010110010010100100010110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A666CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A666CB; }

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

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

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

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

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

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

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

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