#A667C5

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

Shades of Amethyst #A667C5

Tints of Amethyst #A667C5

Color information

#A667C5 (or 0xA667C5) is unknown color: approx Amethyst. HEX triplet: A6, 67 and C5. RGB value is (166,103,197). Sum of RGB (Red+Green+Blue) = 166+103+197=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 197 - color contains mainly: blue. Hex color #A667C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667C5 is #59983A. Grayscale: #848484. Windows color (decimal): -5871675 or 12937126. OLE color: 12937126.

HSL color Cylindrical-coordinate representation of color #A667C5: hue angle of 280.21º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A667C5 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB166103197-
CMYK0.160.4800.23
HSL280.21º44.76%58.82%-
HSV(B)280.21º47.72%77.25%-
XYZ30.6521.8455.42-
YUV132.55164.37151.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.62%
GREEN value IS 103 (40.62% from 255) = 22.10%
BLUE value IS 197 (77.34% from 255) = 42.27%
R=35.62%
G=22.10%
B=42.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661031970.160.4800.23280.2144.7658.82
HexA667C510300171182d3b
Octal24614730520600274305573
Binary1010011011001111100010110000110000010111100011000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A667C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A667C5; }

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

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

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

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

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

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

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

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