#A67BD3

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

Shades of Amethyst #A67BD3

Tints of Amethyst #A67BD3

Color information

#A67BD3 (or 0xA67BD3) is unknown color: approx Amethyst. HEX triplet: A6, 7B and D3. RGB value is (166,123,211). Sum of RGB (Red+Green+Blue) = 166+123+211=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 211 - color contains mainly: blue. Hex color #A67BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67BD3 is #59842C. Grayscale: #919191. Windows color (decimal): -5866541 or 13859750. OLE color: 13859750.

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

Color convert

RGB166123211-
CMYK0.210.4200.17
HSL269.32º50%65.49%-
HSV(B)269.32º41.71%82.75%-
XYZ34.5726.9865.01-
YUV145.89164.75142.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.2%
GREEN value IS 123 (48.44% from 255) = 24.6%
BLUE value IS 211 (82.81% from 255) = 42.2%
R=33.2%
G=24.6%
B=42.2%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1661232110.210.4200.17269.325065.49
HexA67BD3152A01110d3241
Octal246173323255202141562101
Binary10100110111101111010011101011010100100011000011011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67BD3; }

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

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

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

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

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

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

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

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