#AA65B4

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

Shades of Violet Blue #AA65B4

Tints of Violet Blue #AA65B4

Color information

#AA65B4 (or 0xAA65B4) is unknown color: approx Violet Blue. HEX triplet: AA, 65 and B4. RGB value is (170,101,180). Sum of RGB (Red+Green+Blue) = 170+101+180=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA65B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65B4 is #559A4B. Grayscale: #828282. Windows color (decimal): -5610060 or 11822506. OLE color: 11822506.

HSL color Cylindrical-coordinate representation of color #AA65B4: hue angle of 292.41º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA65B4 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170101180-
CMYK0.060.4400.29
HSL292.41º34.5%55.1%-
HSV(B)292.41º43.89%70.59%-
XYZ29.4721.1545.71-
YUV130.64155.86156.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 101 (39.84% from 255) = 22.39%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=37.69%
G=22.39%
B=39.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701011800.060.4400.29292.4134.555.1
HexAA65B462C01D1242237
Octal2521452646540354444267
Binary10101010110010110110100110101100011101100100100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65B4; }

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

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

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

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

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

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

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

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