#AD6ACB

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

Shades of Amethyst #AD6ACB

Tints of Amethyst #AD6ACB

Color information

#AD6ACB (or 0xAD6ACB) is unknown color: approx Amethyst. HEX triplet: AD, 6A and CB. RGB value is (173,106,203). Sum of RGB (Red+Green+Blue) = 173+106+203=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD6ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ACB is #529534. Grayscale: #888888. Windows color (decimal): -5412149 or 13331117. OLE color: 13331117.

HSL color Cylindrical-coordinate representation of color #AD6ACB: hue angle of 281.44º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD6ACB is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173106203-
CMYK0.150.4800.20
HSL281.44º48.26%60.59%-
HSV(B)281.44º47.78%79.61%-
XYZ33.1723.559.29-
YUV137.09165.2153.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=35.89%
G=21.99%
B=42.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731062030.150.4800.20281.4448.2660.59
HexAD6ACBF30014119303d
Octal25515231317600244316075
Binary101011011101010110010111111110000010100100011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6ACB; }

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

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

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

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

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

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

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

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