#AA619F

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

Shades of Violet Blue #AA619F

Tints of Violet Blue #AA619F

Color information

#AA619F (or 0xAA619F) is unknown color: approx Violet Blue. HEX triplet: AA, 61 and 9F. RGB value is (170,97,159). Sum of RGB (Red+Green+Blue) = 170+97+159=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA619F is #559E60. Grayscale: #7D7D7D. Windows color (decimal): -5611105 or 10445226. OLE color: 10445226.

HSL color Cylindrical-coordinate representation of color #AA619F: hue angle of 309.04º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA619F is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17097159-
CMYK00.430.060.33
HSL309.04º30.04%52.35%-
HSV(B)309.04º42.94%66.67%-
XYZ27.1119.635.15-
YUV125.9146.68159.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 159 (62.5% from 255) = 37.32%
R=39.91%
G=22.77%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709715900.430.060.33309.0430.0452.35
HexAA619F02B6211351e34
Octal2521412370536414653664
Binary10101010110000110011111010101111010000110011010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA619F; }

 p { color: rgb(170,97,159); }

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

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

 a { background-color: rgb(170,97,159); }

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

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

 span { border-color: rgb(170,97,159); }

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