#AA65B1

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

Shades of Violet Blue #AA65B1

Tints of Violet Blue #AA65B1

Color information

#AA65B1 (or 0xAA65B1) is unknown color: approx Violet Blue. HEX triplet: AA, 65 and B1. RGB value is (170,101,177). Sum of RGB (Red+Green+Blue) = 170+101+177=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA65B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA65B1 is #559A4E. Grayscale: #828282. Windows color (decimal): -5610063 or 11625898. OLE color: 11625898.

HSL color Cylindrical-coordinate representation of color #AA65B1: hue angle of 294.47º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA65B1 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170101177-
CMYK0.040.4300.31
HSL294.47º32.76%54.51%-
HSV(B)294.47º42.94%69.41%-
XYZ29.1721.0344.12-
YUV130.29154.36156.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 101 (39.84% from 255) = 22.54%
BLUE value IS 177 (69.53% from 255) = 39.51%
R=37.95%
G=22.54%
B=39.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701011770.040.4300.31294.4732.7654.51
HexAA65B142B01F1262137
Octal2521452614530374464167
Binary10101010110010110110001100101011011111100100110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65B1; }

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

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

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

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

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

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

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

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