#AA65CD

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

Shades of Amethyst #AA65CD

Tints of Amethyst #AA65CD

Color information

#AA65CD (or 0xAA65CD) is unknown color: approx Amethyst. HEX triplet: AA, 65 and CD. RGB value is (170,101,205). Sum of RGB (Red+Green+Blue) = 170+101+205=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA65CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65CD is #559A32. Grayscale: #858585. Windows color (decimal): -5610035 or 13460906. OLE color: 13460906.

HSL color Cylindrical-coordinate representation of color #AA65CD: hue angle of 279.81º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA65CD is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170101205-
CMYK0.170.5100.20
HSL279.81º50.98%60%-
HSV(B)279.81º50.73%80.39%-
XYZ32.2522.2660.35-
YUV133.49168.36154.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 101 (39.84% from 255) = 21.22%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=35.71%
G=21.22%
B=43.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701012050.170.5100.20279.8150.9860
HexAA65CD1133014118333c
Octal25214531521630244306374
Binary1010101011001011100110110001110011010100100011000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65CD; }

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

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

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

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

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

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

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

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