#AA62B1

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

Shades of Violet Blue #AA62B1

Tints of Violet Blue #AA62B1

Color information

#AA62B1 (or 0xAA62B1) is unknown color: approx Violet Blue. HEX triplet: AA, 62 and B1. RGB value is (170,98,177). Sum of RGB (Red+Green+Blue) = 170+98+177=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA62B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA62B1 is #559D4E. Grayscale: #808080. Windows color (decimal): -5610831 or 11625130. OLE color: 11625130.

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

Color convert

RGB17098177-
CMYK0.040.4500.31
HSL294.68º33.62%53.92%-
HSV(B)294.68º44.63%69.41%-
XYZ28.8820.4644.02-
YUV128.53155.35157.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 98 (38.67% from 255) = 22.02%
BLUE value IS 177 (69.53% from 255) = 39.78%
R=38.20%
G=22.02%
B=39.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170981770.040.4500.31294.6833.6253.92
HexAA62B142D01F1272236
Octal2521422614550374474266
Binary10101010110001010110001100101101011111100100111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA62B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA62B1; }

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

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

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

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

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

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

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

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