#AD69E6

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

Shades of Amethyst #AD69E6

Tints of Amethyst #AD69E6

Color information

#AD69E6 (or 0xAD69E6) is unknown color: approx Amethyst. HEX triplet: AD, 69 and E6. RGB value is (173,105,230). Sum of RGB (Red+Green+Blue) = 173+105+230=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD69E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD69E6 is #529619. Grayscale: #8B8B8B. Windows color (decimal): -5412378 or 15100333. OLE color: 15100333.

HSL color Cylindrical-coordinate representation of color #AD69E6: hue angle of 272.64º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD69E6 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173105230-
CMYK0.250.5400.10
HSL272.64º71.43%65.69%-
HSV(B)272.64º54.35%90.2%-
XYZ36.5724.777.7-
YUV139.58179.03151.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 105 (41.41% from 255) = 20.67%
BLUE value IS 230 (90.23% from 255) = 45.28%
R=34.06%
G=20.67%
B=45.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731052300.250.5400.10272.6471.4365.69
HexAD69E619360A1114742
Octal2551513463166012421107102
Binary10101101110100111100110110011101100101010001000110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD69E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD69E6; }

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

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

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

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

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

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

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

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