#A167CC

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

Shades of Amethyst #A167CC

Tints of Amethyst #A167CC

Color information

#A167CC (or 0xA167CC) is unknown color: approx Amethyst. HEX triplet: A1, 67 and CC. RGB value is (161,103,204). Sum of RGB (Red+Green+Blue) = 161+103+204=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #A167CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167CC is #5E9833. Grayscale: #838383. Windows color (decimal): -6199348 or 13395873. OLE color: 13395873.

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

Color convert

RGB161103204-
CMYK0.210.5000.2
HSL274.46º49.75%60.2%-
HSV(B)274.46º49.51%80%-
XYZ30.4521.6459.7-
YUV131.86168.72148.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 204 (80.08% from 255) = 43.59%
R=34.40%
G=22.01%
B=43.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611032040.210.5000.2274.4649.7560.2
HexA167CC1532014112323c
Octal24114731425620244226274
Binary1010000111001111100110010101110010010100100010010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A167CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A167CC; }

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

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

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

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

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

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

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

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