#AD75CD

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

Shades of Amethyst #AD75CD

Tints of Amethyst #AD75CD

Color information

#AD75CD (or 0xAD75CD) is unknown color: approx Amethyst. HEX triplet: AD, 75 and CD. RGB value is (173,117,205). Sum of RGB (Red+Green+Blue) = 173+117+205=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD75CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75CD is #528A32. Grayscale: #8F8F8F. Windows color (decimal): -5409331 or 13465005. OLE color: 13465005.

HSL color Cylindrical-coordinate representation of color #AD75CD: hue angle of 278.18º 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 #AD75CD is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173117205-
CMYK0.160.4300.20
HSL278.18º46.81%63.14%-
HSV(B)278.18º42.93%80.39%-
XYZ34.6126.0160.95-
YUV143.78162.55148.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 117 (46.09% from 255) = 23.64%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=34.95%
G=23.64%
B=41.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731172050.160.4300.20278.1846.8163.14
HexAD75CD102B0141162f3f
Octal25516531520530244265777
Binary1010110111101011100110110000101011010100100010110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD75CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD75CD; }

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

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

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

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

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

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

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

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