#AD70CB

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

Shades of Amethyst #AD70CB

Tints of Amethyst #AD70CB

Color information

#AD70CB (or 0xAD70CB) is unknown color: approx Amethyst. HEX triplet: AD, 70 and CB. RGB value is (173,112,203). Sum of RGB (Red+Green+Blue) = 173+112+203=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD70CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70CB is #528F34. Grayscale: #8C8C8C. Windows color (decimal): -5410613 or 13332653. OLE color: 13332653.

HSL color Cylindrical-coordinate representation of color #AD70CB: hue angle of 280.22º 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 #AD70CB is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173112203-
CMYK0.150.4500.20
HSL280.22º46.67%61.76%-
HSV(B)280.22º44.83%79.61%-
XYZ33.8124.7859.5-
YUV140.61163.21151.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 112 (44.14% from 255) = 22.95%
BLUE value IS 203 (79.69% from 255) = 41.60%
R=35.45%
G=22.95%
B=41.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731122030.150.4500.20280.2246.6761.76
HexAD70CBF2D0141182f3e
Octal25516031317550244305776
Binary101011011110000110010111111101101010100100011000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD70CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD70CB; }

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

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

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

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

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

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

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

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