#AA679B

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

Shades of Violet Blue #AA679B

Tints of Violet Blue #AA679B

Color information

#AA679B (or 0xAA679B) is unknown color: approx Violet Blue. HEX triplet: AA, 67 and 9B. RGB value is (170,103,155). Sum of RGB (Red+Green+Blue) = 170+103+155=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA679B is #559864. Grayscale: #808080. Windows color (decimal): -5609573 or 10184618. OLE color: 10184618.

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

Color convert

RGB170103155-
CMYK00.390.090.33
HSL313.43º28.27%53.53%-
HSV(B)313.43º39.41%66.67%-
XYZ27.3420.6133.55-
YUV128.96142.7157.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 155 (60.94% from 255) = 36.21%
R=39.72%
G=24.07%
B=36.21%

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
Decimal17010315500.390.090.33313.4328.2753.53
HexAA679B0279211391c36
Octal25214723304711414713466
Binary101010101100111100110110100111100110000110011100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA679B; }

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

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

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

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

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

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

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

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