#a667d3

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

Shades of Amethyst #A667D3

Tints of Amethyst #A667D3

Color information

#A667D3 (or 0xA667D3) is unknown color: approx Amethyst. HEX triplet: A6, 67 and D3. RGB value is (166,103,211). Sum of RGB (Red+Green+Blue) = 166+103+211=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 211 - color contains mainly: blue. Hex color #A667D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667D3 is #59982C. Grayscale: #858585. Windows color (decimal): -5871661 or 13854630. OLE color: 13854630.

HSL color Cylindrical-coordinate representation of color #A667D3: hue angle of 275º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A667D3 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB166103211-
CMYK0.210.5100.17
HSL275º55.1%61.57%-
HSV(B)275º51.18%82.75%-
XYZ32.3322.5164.27-
YUV134.15171.37150.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.58%
GREEN value IS 103 (40.62% from 255) = 21.46%
BLUE value IS 211 (82.81% from 255) = 43.96%
R=34.58%
G=21.46%
B=43.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1661032110.210.5100.1727555.161.57
HexA667D31533011113373e
Octal24614732325630214236776
Binary1010011011001111101001110101110011010001100010011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a667d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a667d3; }

 p { color: rgb(166,103,211); }

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

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

 a { background-color: rgb(166,103,211); }

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

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

 span { border-color: rgb(166,103,211); }

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