#AA5FDE

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

Shades of Amethyst #AA5FDE

Tints of Amethyst #AA5FDE

Color information

#AA5FDE (or 0xAA5FDE) is unknown color: approx Amethyst. HEX triplet: AA, 5F and DE. RGB value is (170,95,222). Sum of RGB (Red+Green+Blue) = 170+95+222=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA5FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FDE is #55A021. Grayscale: #838383. Windows color (decimal): -5611554 or 14573482. OLE color: 14573482.

HSL color Cylindrical-coordinate representation of color #AA5FDE: hue angle of 275.43º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA5FDE is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17095222-
CMYK0.230.5700.13
HSL275.43º65.8%62.16%-
HSV(B)275.43º57.21%87.06%-
XYZ33.852271.57-
YUV131.9178.85155.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 95 (37.5% from 255) = 19.51%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=34.91%
G=19.51%
B=45.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170952220.230.5700.13275.4365.862.16
HexAA5FDE17390D113423e
Octal252137336277101542310276
Binary1010101010111111101111010111111001011011000100111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FDE; }

 p { color: rgb(170,95,222); }

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

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

 a { background-color: rgb(170,95,222); }

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

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

 span { border-color: rgb(170,95,222); }

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