#A670DB

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

Shades of Amethyst #A670DB

Tints of Amethyst #A670DB

Color information

#A670DB (or 0xA670DB) is unknown color: approx Amethyst. HEX triplet: A6, 70 and DB. RGB value is (166,112,219). Sum of RGB (Red+Green+Blue) = 166+112+219=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #A670DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670DB is #598F24. Grayscale: #8B8B8B. Windows color (decimal): -5869349 or 14381222. OLE color: 14381222.

HSL color Cylindrical-coordinate representation of color #A670DB: hue angle of 270.28º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A670DB is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166112219-
CMYK0.240.4900.14
HSL270.28º59.78%64.9%-
HSV(B)270.28º48.86%85.88%-
XYZ34.3124.8170-
YUV140.34172.39146.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 112 (44.14% from 255) = 22.54%
BLUE value IS 219 (85.94% from 255) = 44.06%
R=33.40%
G=22.54%
B=44.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661122190.240.4900.14270.2859.7864.9
HexA670DB18310E10e3c41
Octal246160333306101641674101
Binary1010011011100001101101111000110001011101000011101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A670DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A670DB; }

 p { color: rgb(166,112,219); }

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

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

 a { background-color: rgb(166,112,219); }

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

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

 span { border-color: rgb(166,112,219); }

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