#AA65AF

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

Shades of Violet Blue #AA65AF

Tints of Violet Blue #AA65AF

Color information

#AA65AF (or 0xAA65AF) is unknown color: approx Violet Blue. HEX triplet: AA, 65 and AF. RGB value is (170,101,175). Sum of RGB (Red+Green+Blue) = 170+101+175=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA65AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA65AF is #559A50. Grayscale: #818181. Windows color (decimal): -5610065 or 11494826. OLE color: 11494826.

HSL color Cylindrical-coordinate representation of color #AA65AF: hue angle of 295.95º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA65AF is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170101175-
CMYK0.030.4200.31
HSL295.95º31.62%54.12%-
HSV(B)295.95º42.29%68.63%-
XYZ28.9720.9543.07-
YUV130.07153.36156.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=38.12%
G=22.65%
B=39.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701011750.030.4200.31295.9531.6254.12
HexAA65AF32A01F1282036
Octal2521452573520374504066
Binary1010101011001011010111111101010011111100101000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65AF; }

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

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

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

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

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

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

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

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