#AA679C

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

Shades of Violet Blue #AA679C

Tints of Violet Blue #AA679C

Color information

#AA679C (or 0xAA679C) is unknown color: approx Violet Blue. HEX triplet: AA, 67 and 9C. RGB value is (170,103,156). Sum of RGB (Red+Green+Blue) = 170+103+156=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA679C is #559863. Grayscale: #808080. Windows color (decimal): -5609572 or 10250154. OLE color: 10250154.

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

Color convert

RGB170103156-
CMYK00.390.080.33
HSL312.54º28.27%53.53%-
HSV(B)312.54º39.41%66.67%-
XYZ27.4320.6533.99-
YUV129.07143.2157.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=39.63%
G=24.01%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010315600.390.080.33312.5428.2753.53
HexAA679C0278211391c36
Octal25214723404710414713466
Binary101010101100111100111000100111100010000110011100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA679C; }

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

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

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

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

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

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

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

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