#AA679A

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

Shades of Violet Blue #AA679A

Tints of Violet Blue #AA679A

Color information

#AA679A (or 0xAA679A) is unknown color: approx Violet Blue. HEX triplet: AA, 67 and 9A. RGB value is (170,103,154). Sum of RGB (Red+Green+Blue) = 170+103+154=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA679A is #559865. Grayscale: #808080. Windows color (decimal): -5609574 or 10119082. OLE color: 10119082.

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

Color convert

RGB170103154-
CMYK00.390.090.33
HSL314.33º28.27%53.53%-
HSV(B)314.33º39.41%66.67%-
XYZ27.2620.5833.11-
YUV128.85142.2157.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 103 (40.62% from 255) = 24.12%
BLUE value IS 154 (60.55% from 255) = 36.07%
R=39.81%
G=24.12%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010315400.390.090.33314.3328.2753.53
HexAA679A02792113a1c36
Octal25214723204711414723466
Binary101010101100111100110100100111100110000110011101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA679A; }

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

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

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

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

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

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

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

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