#AA5FDC

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

Shades of Amethyst #AA5FDC

Tints of Amethyst #AA5FDC

Color information

#AA5FDC (or 0xAA5FDC) is unknown color: approx Amethyst. HEX triplet: AA, 5F and DC. RGB value is (170,95,220). Sum of RGB (Red+Green+Blue) = 170+95+220=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA5FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FDC is #55A023. Grayscale: #838383. Windows color (decimal): -5611556 or 14442410. OLE color: 14442410.

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

Color convert

RGB17095220-
CMYK0.230.5700.14
HSL276º64.1%61.76%-
HSV(B)276º56.82%86.27%-
XYZ33.5921.970.17-
YUV131.68177.85155.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 95 (37.5% from 255) = 19.59%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=35.05%
G=19.59%
B=45.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170952200.230.5700.1427664.161.76
HexAA5FDC17390E114403e
Octal252137334277101642410076
Binary1010101010111111101110010111111001011101000101001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FDC; }

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

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

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

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

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

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

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

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