#AD75CC

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

Shades of Amethyst #AD75CC

Tints of Amethyst #AD75CC

Color information

#AD75CC (or 0xAD75CC) is unknown color: approx Amethyst. HEX triplet: AD, 75 and CC. RGB value is (173,117,204). Sum of RGB (Red+Green+Blue) = 173+117+204=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD75CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75CC is #528A33. Grayscale: #8F8F8F. Windows color (decimal): -5409332 or 13399469. OLE color: 13399469.

HSL color Cylindrical-coordinate representation of color #AD75CC: hue angle of 278.62º degrees, saturation: 0.46, 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 #AD75CC is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB173117204-
CMYK0.150.4300.2
HSL278.62º46.03%62.94%-
HSV(B)278.62º42.65%80%-
XYZ34.4925.9760.32-
YUV143.66162.05148.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 117 (46.09% from 255) = 23.68%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=35.02%
G=23.68%
B=41.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731172040.150.4300.2278.6246.0362.94
HexAD75CCF2B0141172e3f
Octal25516531417530244275677
Binary101011011110101110011001111101011010100100010111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD75CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD75CC; }

 p { color: rgb(173,117,204); }

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

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

 a { background-color: rgb(173,117,204); }

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

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

 span { border-color: rgb(173,117,204); }

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