#AD75CF

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

Shades of Amethyst #AD75CF

Tints of Amethyst #AD75CF

Color information

#AD75CF (or 0xAD75CF) is unknown color: approx Amethyst. HEX triplet: AD, 75 and CF. RGB value is (173,117,207). Sum of RGB (Red+Green+Blue) = 173+117+207=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD75CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75CF is #528A30. Grayscale: #8F8F8F. Windows color (decimal): -5409329 or 13596077. OLE color: 13596077.

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

Color convert

RGB173117207-
CMYK0.160.4300.19
HSL277.33º48.39%63.53%-
HSV(B)277.33º43.48%81.18%-
XYZ34.8626.1162.23-
YUV144163.55148.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 117 (46.09% from 255) = 23.54%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=34.81%
G=23.54%
B=41.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731172070.160.4300.19277.3348.3963.53
HexAD75CF102B0131153040
Octal255165317205302342560100
Binary10101101111010111001111100001010110100111000101011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD75CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD75CF; }

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

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

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

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

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

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

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

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