#AD70CC

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

Shades of Amethyst #AD70CC

Tints of Amethyst #AD70CC

Color information

#AD70CC (or 0xAD70CC) is unknown color: approx Amethyst. HEX triplet: AD, 70 and CC. RGB value is (173,112,204). Sum of RGB (Red+Green+Blue) = 173+112+204=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD70CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70CC is #528F33. Grayscale: #8C8C8C. Windows color (decimal): -5410612 or 13398189. OLE color: 13398189.

HSL color Cylindrical-coordinate representation of color #AD70CC: hue angle of 279.78º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD70CC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB173112204-
CMYK0.150.4500.2
HSL279.78º47.42%61.96%-
HSV(B)279.78º45.1%80%-
XYZ33.9324.8360.13-
YUV140.73163.71151.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 112 (44.14% from 255) = 22.90%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=35.38%
G=22.90%
B=41.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731122040.150.4500.2279.7847.4261.96
HexAD70CCF2D0141182f3e
Octal25516031417550244305776
Binary101011011110000110011001111101101010100100011000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD70CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD70CC; }

 p { color: rgb(173,112,204); }

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

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

 a { background-color: rgb(173,112,204); }

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

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

 span { border-color: rgb(173,112,204); }

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