#AD69E1

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

Shades of Amethyst #AD69E1

Tints of Amethyst #AD69E1

Color information

#AD69E1 (or 0xAD69E1) is unknown color: approx Amethyst. HEX triplet: AD, 69 and E1. RGB value is (173,105,225). Sum of RGB (Red+Green+Blue) = 173+105+225=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD69E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69E1 is #52961E. Grayscale: #8A8A8A. Windows color (decimal): -5412383 or 14772653. OLE color: 14772653.

HSL color Cylindrical-coordinate representation of color #AD69E1: hue angle of 274º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD69E1 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173105225-
CMYK0.230.5300.12
HSL274º66.67%64.71%-
HSV(B)274º53.33%88.24%-
XYZ35.8824.4274.06-
YUV139.01176.53152.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 105 (41.41% from 255) = 20.87%
BLUE value IS 225 (88.28% from 255) = 44.73%
R=34.39%
G=20.87%
B=44.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731052250.230.5300.1227466.6764.71
HexAD69E117350C1124341
Octal2551513412765014422103101
Binary10101101110100111100001101111101010110010001001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD69E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD69E1; }

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

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

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

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

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

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

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

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