#AA6799

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

Shades of Violet Blue #AA6799

Tints of Violet Blue #AA6799

Color information

#AA6799 (or 0xAA6799) is unknown color: approx Violet Blue. HEX triplet: AA, 67 and 99. RGB value is (170,103,153). Sum of RGB (Red+Green+Blue) = 170+103+153=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6799 is #559866. Grayscale: #808080. Windows color (decimal): -5609575 or 10053546. OLE color: 10053546.

HSL color Cylindrical-coordinate representation of color #AA6799: hue angle of 315.22º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6799 is Cyan = 0, Magento = 0.39, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB170103153-
CMYK00.390.10.33
HSL315.22º28.27%53.53%-
HSV(B)315.22º39.41%66.67%-
XYZ27.1820.5532.67-
YUV128.73141.7157.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 103 (40.62% from 255) = 24.18%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=39.91%
G=24.18%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010315300.390.10.33315.2228.2753.53
HexAA6799027A2113b1c36
Octal25214723104712414733466
Binary101010101100111100110010100111101010000110011101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6799; }

 p { color: rgb(170,103,153); }

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

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

 a { background-color: rgb(170,103,153); }

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

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

 span { border-color: rgb(170,103,153); }

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