#A467CD

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

Shades of Amethyst #A467CD

Tints of Amethyst #A467CD

Color information

#A467CD (or 0xA467CD) is unknown color: approx Amethyst. HEX triplet: A4, 67 and CD. RGB value is (164,103,205). Sum of RGB (Red+Green+Blue) = 164+103+205=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #A467CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A467CD is #5B9832. Grayscale: #848484. Windows color (decimal): -6002739 or 13461412. OLE color: 13461412.

HSL color Cylindrical-coordinate representation of color #A467CD: hue angle of 275.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A467CD is Cyan = 0.2, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164103205-
CMYK0.20.5000.20
HSL275.88º50.5%60.39%-
HSV(B)275.88º49.76%80.39%-
XYZ31.182260.36-
YUV132.87168.71150.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 103 (40.62% from 255) = 21.82%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=34.75%
G=21.82%
B=43.43%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641032050.20.5000.20275.8850.560.39
HexA467CD1432014114323c
Octal24414731524620244246274
Binary1010010011001111100110110100110010010100100010100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A467CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A467CD; }

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

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

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

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

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

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

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

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