#A66ACD

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

Shades of Amethyst #A66ACD

Tints of Amethyst #A66ACD

Color information

#A66ACD (or 0xA66ACD) is unknown color: approx Amethyst. HEX triplet: A6, 6A and CD. RGB value is (166,106,205). Sum of RGB (Red+Green+Blue) = 166+106+205=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #A66ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66ACD is #599532. Grayscale: #868686. Windows color (decimal): -5870899 or 13462182. OLE color: 13462182.

HSL color Cylindrical-coordinate representation of color #A66ACD: hue angle of 276.36º degrees, saturation: 0.5, 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 #A66ACD is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166106205-
CMYK0.190.4800.20
HSL276.36º49.75%60.98%-
HSV(B)276.36º48.29%80.39%-
XYZ31.922.8260.48-
YUV135.23167.38149.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=34.80%
G=22.22%
B=42.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661062050.190.4800.20276.3649.7560.98
HexA66ACD1330014114323d
Octal24615231523600244246275
Binary1010011011010101100110110011110000010100100010100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66ACD; }

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

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

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

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

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

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

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

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