#A167D2

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

Shades of Amethyst #A167D2

Tints of Amethyst #A167D2

Color information

#A167D2 (or 0xA167D2) is unknown color: approx Amethyst. HEX triplet: A1, 67 and D2. RGB value is (161,103,210). Sum of RGB (Red+Green+Blue) = 161+103+210=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 210 - color contains mainly: blue. Hex color #A167D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167D2 is #5E982D. Grayscale: #848484. Windows color (decimal): -6199342 or 13789089. OLE color: 13789089.

HSL color Cylindrical-coordinate representation of color #A167D2: hue angle of 272.52º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A167D2 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161103210-
CMYK0.230.5100.18
HSL272.52º54.31%61.37%-
HSV(B)272.52º50.95%82.35%-
XYZ31.1821.9363.56-
YUV132.54171.72148.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.97%
GREEN value IS 103 (40.62% from 255) = 21.73%
BLUE value IS 210 (82.42% from 255) = 44.30%
R=33.97%
G=21.73%
B=44.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611032100.230.5100.18272.5254.3161.37
HexA167D21733012111363d
Octal24114732227630224216675
Binary1010000111001111101001010111110011010010100010001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A167D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A167D2; }

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

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

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

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

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

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

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

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