#A671DC

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

Shades of Amethyst #A671DC

Tints of Amethyst #A671DC

Color information

#A671DC (or 0xA671DC) is unknown color: approx Amethyst. HEX triplet: A6, 71 and DC. RGB value is (166,113,220). Sum of RGB (Red+Green+Blue) = 166+113+220=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #A671DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A671DC is #598E23. Grayscale: #8C8C8C. Windows color (decimal): -5869092 or 14447014. OLE color: 14447014.

HSL color Cylindrical-coordinate representation of color #A671DC: hue angle of 269.72º 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 #A671DC is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166113220-
CMYK0.250.4900.14
HSL269.72º60.45%65.29%-
HSV(B)269.72º48.64%86.27%-
XYZ34.5525.0870.73-
YUV141.05172.56145.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.27%
GREEN value IS 113 (44.53% from 255) = 22.65%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=33.27%
G=22.65%
B=44.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661132200.250.4900.14269.7260.4565.29
HexA671DC19310E10e3c41
Octal246161334316101641674101
Binary1010011011100011101110011001110001011101000011101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A671DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A671DC; }

 p { color: rgb(166,113,220); }

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

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

 a { background-color: rgb(166,113,220); }

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

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

 span { border-color: rgb(166,113,220); }

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