#AA679F

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

Shades of Violet Blue #AA679F

Tints of Violet Blue #AA679F

Color information

#AA679F (or 0xAA679F) is unknown color: approx Violet Blue. HEX triplet: AA, 67 and 9F. RGB value is (170,103,159). Sum of RGB (Red+Green+Blue) = 170+103+159=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA679F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA679F is #559860. Grayscale: #818181. Windows color (decimal): -5609569 or 10446762. OLE color: 10446762.

HSL color Cylindrical-coordinate representation of color #AA679F: hue angle of 309.85º 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 #AA679F is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB170103159-
CMYK00.390.060.33
HSL309.85º28.27%53.53%-
HSV(B)309.85º39.41%66.67%-
XYZ27.6920.7535.35-
YUV129.42144.7156.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 103 (40.62% from 255) = 23.84%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=39.35%
G=23.84%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010315900.390.060.33309.8528.2753.53
HexAA679F0276211361c36
Octal2521472370476414663466
Binary10101010110011110011111010011111010000110011011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA679F; }

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

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

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

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

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

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

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

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