#AD7CD7

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

Shades of Amethyst #AD7CD7

Tints of Amethyst #AD7CD7

Color information

#AD7CD7 (or 0xAD7CD7) is unknown color: approx Amethyst. HEX triplet: AD, 7C and D7. RGB value is (173,124,215). Sum of RGB (Red+Green+Blue) = 173+124+215=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD7CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CD7 is #528328. Grayscale: #949494. Windows color (decimal): -5407529 or 14122157. OLE color: 14122157.

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

Color convert

RGB173124215-
CMYK0.200.4200.16
HSL272.31º53.22%66.47%-
HSV(B)272.31º42.33%84.31%-
XYZ36.7128.2167.8-
YUV149.02165.23145.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 124 (48.83% from 255) = 24.22%
BLUE value IS 215 (84.38% from 255) = 41.99%
R=33.79%
G=24.22%
B=41.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731242150.200.4200.16272.3153.2266.47
HexAD7CD7142A0101103542
Octal255174327245202042065102
Binary10101101111110011010111101001010100100001000100001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7CD7; }

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

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

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

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

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

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

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

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