#A66BD0

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

Shades of Amethyst #A66BD0

Tints of Amethyst #A66BD0

Color information

#A66BD0 (or 0xA66BD0) is unknown color: approx Amethyst. HEX triplet: A6, 6B and D0. RGB value is (166,107,208). Sum of RGB (Red+Green+Blue) = 166+107+208=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #A66BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BD0 is #59942F. Grayscale: #878787. Windows color (decimal): -5870640 or 13659046. OLE color: 13659046.

HSL color Cylindrical-coordinate representation of color #A66BD0: hue angle of 275.05º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A66BD0 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166107208-
CMYK0.200.4900.18
HSL275.05º51.79%61.76%-
HSV(B)275.05º48.56%81.57%-
XYZ32.3723.1862.44-
YUV136.16168.55149.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 107 (42.19% from 255) = 22.25%
BLUE value IS 208 (81.64% from 255) = 43.24%
R=34.51%
G=22.25%
B=43.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661072080.200.4900.18275.0551.7961.76
HexA66BD01431012113343e
Octal24615332024610224236476
Binary1010011011010111101000010100110001010010100010011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66BD0; }

 p { color: rgb(166,107,208); }

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

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

 a { background-color: rgb(166,107,208); }

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

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

 span { border-color: rgb(166,107,208); }

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