#AD75D7

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

Shades of Amethyst #AD75D7

Tints of Amethyst #AD75D7

Color information

#AD75D7 (or 0xAD75D7) is unknown color: approx Amethyst. HEX triplet: AD, 75 and D7. RGB value is (173,117,215). Sum of RGB (Red+Green+Blue) = 173+117+215=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD75D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75D7 is #528A28. Grayscale: #909090. Windows color (decimal): -5409321 or 14120365. OLE color: 14120365.

HSL color Cylindrical-coordinate representation of color #AD75D7: hue angle of 274.29º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD75D7 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173117215-
CMYK0.200.4600.16
HSL274.29º55.06%65.1%-
HSV(B)274.29º45.58%84.31%-
XYZ35.8626.5167.52-
YUV144.92167.55148.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 117 (46.09% from 255) = 23.17%
BLUE value IS 215 (84.38% from 255) = 42.57%
R=34.26%
G=23.17%
B=42.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731172150.200.4600.16274.2955.0665.1
HexAD75D7142E0101123741
Octal255165327245602042267101
Binary10101101111010111010111101001011100100001000100101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD75D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD75D7; }

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

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

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

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

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

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

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

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