#A175D4

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

Shades of Amethyst #A175D4

Tints of Amethyst #A175D4

Color information

#A175D4 (or 0xA175D4) is unknown color: approx Amethyst. HEX triplet: A1, 75 and D4. RGB value is (161,117,212). Sum of RGB (Red+Green+Blue) = 161+117+212=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 212 (83.20% from 255 or 43.27% from 490); Max value from RGB is 212 - color contains mainly: blue. Hex color #A175D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175D4 is #5E8A2B. Grayscale: #8C8C8C. Windows color (decimal): -6195756 or 13923745. OLE color: 13923745.

HSL color Cylindrical-coordinate representation of color #A175D4: hue angle of 267.79º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A175D4 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB161117212-
CMYK0.240.4500.17
HSL267.79º52.49%64.51%-
HSV(B)267.79º44.81%83.14%-
XYZ32.9425.0565.39-
YUV140.99168.08142.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.86%
GREEN value IS 117 (46.09% from 255) = 23.88%
BLUE value IS 212 (83.20% from 255) = 43.27%
R=32.86%
G=23.88%
B=43.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1611172120.240.4500.17267.7952.4964.51
HexA175D4182D01110c3441
Octal241165324305502141464101
Binary10100001111010111010100110001011010100011000011001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A175D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A175D4; }

 p { color: rgb(161,117,212); }

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

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

 a { background-color: rgb(161,117,212); }

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

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

 span { border-color: rgb(161,117,212); }

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