#AA65CF

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

Shades of Amethyst #AA65CF

Tints of Amethyst #AA65CF

Color information

#AA65CF (or 0xAA65CF) is unknown color: approx Amethyst. HEX triplet: AA, 65 and CF. RGB value is (170,101,207). Sum of RGB (Red+Green+Blue) = 170+101+207=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA65CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65CF is #559A30. Grayscale: #858585. Windows color (decimal): -5610033 or 13591978. OLE color: 13591978.

HSL color Cylindrical-coordinate representation of color #AA65CF: hue angle of 279.06º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA65CF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170101207-
CMYK0.180.5100.19
HSL279.06º52.48%60.39%-
HSV(B)279.06º51.21%81.18%-
XYZ32.4922.3661.63-
YUV133.72169.36153.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 101 (39.84% from 255) = 21.13%
BLUE value IS 207 (81.25% from 255) = 43.31%
R=35.56%
G=21.13%
B=43.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701012070.180.5100.19279.0652.4860.39
HexAA65CF1233013117343c
Octal25214531722630234276474
Binary1010101011001011100111110010110011010011100010111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65CF; }

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

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

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

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

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

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

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

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