#AD7AD7

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

Shades of Amethyst #AD7AD7

Tints of Amethyst #AD7AD7

Color information

#AD7AD7 (or 0xAD7AD7) is unknown color: approx Amethyst. HEX triplet: AD, 7A and D7. RGB value is (173,122,215). Sum of RGB (Red+Green+Blue) = 173+122+215=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD7AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7AD7 is #528528. Grayscale: #939393. Windows color (decimal): -5408041 or 14121645. OLE color: 14121645.

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

Color convert

RGB173122215-
CMYK0.200.4300.16
HSL272.9º53.76%66.08%-
HSV(B)272.9º43.26%84.31%-
XYZ36.4627.7167.72-
YUV147.85165.9145.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 122 (48.05% from 255) = 23.92%
BLUE value IS 215 (84.38% from 255) = 42.16%
R=33.92%
G=23.92%
B=42.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731222150.200.4300.16272.953.7666.08
HexAD7AD7142B0101113642
Octal255172327245302042166102
Binary10101101111101011010111101001010110100001000100011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7AD7; }

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

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

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

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

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

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

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

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