#a667ce

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

Shades of Amethyst #A667CE

Tints of Amethyst #A667CE

Color information

#A667CE (or 0xA667CE) is unknown color: approx Amethyst. HEX triplet: A6, 67 and CE. RGB value is (166,103,206). Sum of RGB (Red+Green+Blue) = 166+103+206=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #A667CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667CE is #599831. Grayscale: #858585. Windows color (decimal): -5871666 or 13526950. OLE color: 13526950.

HSL color Cylindrical-coordinate representation of color #A667CE: hue angle of 276.7º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A667CE is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166103206-
CMYK0.190.5000.19
HSL276.7º51.24%60.59%-
HSV(B)276.7º50%80.78%-
XYZ31.7222.2661.02-
YUV133.58168.87151.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 103 (40.62% from 255) = 21.68%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=34.95%
G=21.68%
B=43.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661032060.190.5000.19276.751.2460.59
HexA667CE1332013115333d
Octal24614731623620234256375
Binary1010011011001111100111010011110010010011100010101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a667ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a667ce; }

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

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

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

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

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

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

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

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