#A467D5

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

Shades of Amethyst #A467D5

Tints of Amethyst #A467D5

Color information

#A467D5 (or 0xA467D5) is unknown color: approx Amethyst. HEX triplet: A4, 67 and D5. RGB value is (164,103,213). Sum of RGB (Red+Green+Blue) = 164+103+213=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #A467D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A467D5 is #5B982A. Grayscale: #858585. Windows color (decimal): -6002731 or 13985700. OLE color: 13985700.

HSL color Cylindrical-coordinate representation of color #A467D5: hue angle of 273.27º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A467D5 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164103213-
CMYK0.230.5200.16
HSL273.27º56.7%61.96%-
HSV(B)273.27º51.64%83.53%-
XYZ32.1722.465.58-
YUV133.78172.71149.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.17%
GREEN value IS 103 (40.62% from 255) = 21.46%
BLUE value IS 213 (83.59% from 255) = 44.38%
R=34.17%
G=21.46%
B=44.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641032130.230.5200.16273.2756.761.96
HexA467D51734010111393e
Octal24414732527640204217176
Binary1010010011001111101010110111110100010000100010001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A467D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A467D5; }

 p { color: rgb(164,103,213); }

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

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

 a { background-color: rgb(164,103,213); }

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

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

 span { border-color: rgb(164,103,213); }

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