#AD69CC

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

Shades of Amethyst #AD69CC

Tints of Amethyst #AD69CC

Color information

#AD69CC (or 0xAD69CC) is unknown color: approx Amethyst. HEX triplet: AD, 69 and CC. RGB value is (173,105,204). Sum of RGB (Red+Green+Blue) = 173+105+204=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD69CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69CC is #529633. Grayscale: #888888. Windows color (decimal): -5412404 or 13396397. OLE color: 13396397.

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

Color convert

RGB173105204-
CMYK0.150.4900.2
HSL281.21º49.25%60.59%-
HSV(B)281.21º48.53%80%-
XYZ33.1823.3559.88-
YUV136.62166.03153.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=35.89%
G=21.78%
B=42.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731052040.150.4900.2281.2149.2560.59
HexAD69CCF31014119313d
Octal25515131417610244316175
Binary101011011101001110011001111110001010100100011001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD69CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD69CC; }

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

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

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

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

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

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

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

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