#A175CF

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

Shades of Amethyst #A175CF

Tints of Amethyst #A175CF

Color information

#A175CF (or 0xA175CF) is unknown color: approx Amethyst. HEX triplet: A1, 75 and CF. RGB value is (161,117,207). Sum of RGB (Red+Green+Blue) = 161+117+207=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #A175CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175CF is #5E8A30. Grayscale: #8C8C8C. Windows color (decimal): -6195761 or 13596065. OLE color: 13596065.

HSL color Cylindrical-coordinate representation of color #A175CF: hue angle of 269.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A175CF is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161117207-
CMYK0.220.4300.19
HSL269.33º48.39%63.53%-
HSV(B)269.33º43.48%81.18%-
XYZ32.3224.862.12-
YUV140.42165.58142.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 207 (81.25% from 255) = 42.68%
R=33.20%
G=24.12%
B=42.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611172070.220.4300.19269.3348.3963.53
HexA175CF162B01310d3040
Octal241165317265302341560100
Binary10100001111010111001111101101010110100111000011011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A175CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A175CF; }

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

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

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

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

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

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

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

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