#A167CD

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

Shades of Amethyst #A167CD

Tints of Amethyst #A167CD

Color information

#A167CD (or 0xA167CD) is unknown color: approx Amethyst. HEX triplet: A1, 67 and CD. RGB value is (161,103,205). Sum of RGB (Red+Green+Blue) = 161+103+205=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #A167CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167CD is #5E9832. Grayscale: #838383. Windows color (decimal): -6199347 or 13461409. OLE color: 13461409.

HSL color Cylindrical-coordinate representation of color #A167CD: hue angle of 274.12º 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 #A167CD is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161103205-
CMYK0.210.5000.20
HSL274.12º50.5%60.39%-
HSV(B)274.12º49.76%80.39%-
XYZ30.5721.6960.33-
YUV131.97169.22148.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=34.33%
G=21.96%
B=43.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611032050.210.5000.20274.1250.560.39
HexA167CD1532014112323c
Octal24114731525620244226274
Binary1010000111001111100110110101110010010100100010010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A167CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A167CD; }

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

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

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

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

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

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

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

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