#AA679D

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

Shades of Violet Blue #AA679D

Tints of Violet Blue #AA679D

Color information

#AA679D (or 0xAA679D) is unknown color: approx Violet Blue. HEX triplet: AA, 67 and 9D. RGB value is (170,103,157). Sum of RGB (Red+Green+Blue) = 170+103+157=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA679D is #559862. Grayscale: #818181. Windows color (decimal): -5609571 or 10315690. OLE color: 10315690.

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

Color convert

RGB170103157-
CMYK00.390.080.33
HSL311.64º28.27%53.53%-
HSV(B)311.64º39.41%66.67%-
XYZ27.5120.6834.44-
YUV129.19143.7157.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 103 (40.62% from 255) = 23.95%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=39.53%
G=23.95%
B=36.51%

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
Decimal17010315700.390.080.33311.6428.2753.53
HexAA679D0278211381c36
Octal25214723504710414703466
Binary101010101100111100111010100111100010000110011100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA679D; }

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

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

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

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

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

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

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

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