#AA65E0

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

Shades of Amethyst #AA65E0

Tints of Amethyst #AA65E0

Color information

#AA65E0 (or 0xAA65E0) is unknown color: approx Amethyst. HEX triplet: AA, 65 and E0. RGB value is (170,101,224). Sum of RGB (Red+Green+Blue) = 170+101+224=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA65E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65E0 is #559A1F. Grayscale: #878787. Windows color (decimal): -5610016 or 14706090. OLE color: 14706090.

HSL color Cylindrical-coordinate representation of color #AA65E0: hue angle of 273.66º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA65E0 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170101224-
CMYK0.240.5500.12
HSL273.66º66.49%63.73%-
HSV(B)273.66º54.91%87.84%-
XYZ34.6923.2473.18-
YUV135.65177.86152.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 101 (39.84% from 255) = 20.40%
BLUE value IS 224 (87.89% from 255) = 45.25%
R=34.34%
G=20.40%
B=45.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701012240.240.5500.12273.6666.4963.73
HexAA65E018370C1124240
Octal2521453403067014422102100
Binary10101010110010111100000110001101110110010001001010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65E0; }

 p { color: rgb(170,101,224); }

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

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

 a { background-color: rgb(170,101,224); }

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

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

 span { border-color: rgb(170,101,224); }

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