#A66DBE

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

Shades of Amethyst #A66DBE

Tints of Amethyst #A66DBE

Color information

#A66DBE (or 0xA66DBE) is unknown color: approx Amethyst. HEX triplet: A6, 6D and BE. RGB value is (166,109,190). Sum of RGB (Red+Green+Blue) = 166+109+190=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #A66DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66DBE is #599241. Grayscale: #878787. Windows color (decimal): -5870146 or 12479910. OLE color: 12479910.

HSL color Cylindrical-coordinate representation of color #A66DBE: hue angle of 282.22º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A66DBE is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166109190-
CMYK0.130.4300.25
HSL282.22º38.39%58.63%-
HSV(B)282.22º42.63%74.51%-
XYZ30.4922.7651.5-
YUV135.28158.88149.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 109 (42.97% from 255) = 23.44%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=35.70%
G=23.44%
B=40.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661091900.130.4300.25282.2238.3958.63
HexA66DBED2B01911a263b
Octal24615527615530314324673
Binary101001101101101101111101101101011011001100011010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66DBE; }

 p { color: rgb(166,109,190); }

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

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

 a { background-color: rgb(166,109,190); }

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

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

 span { border-color: rgb(166,109,190); }

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