#A175CD

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

Shades of Amethyst #A175CD

Tints of Amethyst #A175CD

Color information

#A175CD (or 0xA175CD) is unknown color: approx Amethyst. HEX triplet: A1, 75 and CD. RGB value is (161,117,205). Sum of RGB (Red+Green+Blue) = 161+117+205=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #A175CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175CD is #5E8A32. Grayscale: #8B8B8B. Windows color (decimal): -6195763 or 13464993. OLE color: 13464993.

HSL color Cylindrical-coordinate representation of color #A175CD: hue angle of 270º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A175CD is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161117205-
CMYK0.210.4300.20
HSL270º46.81%63.14%-
HSV(B)270º42.93%80.39%-
XYZ32.0824.7160.84-
YUV140.19164.58142.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.33%
GREEN value IS 117 (46.09% from 255) = 24.22%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=33.33%
G=24.22%
B=42.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611172050.210.4300.2027046.8163.14
HexA175CD152B01410e2f3f
Octal24116531525530244165777
Binary1010000111101011100110110101101011010100100001110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A175CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A175CD; }

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

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

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

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

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

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

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

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