#AA74AA

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

Shades of Violet Blue #AA74AA

Tints of Violet Blue #AA74AA

Color information

#AA74AA (or 0xAA74AA) is unknown color: approx Violet Blue. HEX triplet: AA, 74 and AA. RGB value is (170,116,170). Sum of RGB (Red+Green+Blue) = 170+116+170=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA74AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA74AA is #558B55. Grayscale: #8A8A8A. Windows color (decimal): -5606230 or 11170986. OLE color: 11170986.

HSL color Cylindrical-coordinate representation of color #AA74AA: hue angle of 300º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA74AA is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170116170-
CMYK00.3200.33
HSL300º24.11%56.08%-
HSV(B)300º31.76%66.67%-
XYZ30.0823.9441.07-
YUV138.3145.89150.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 116 (45.70% from 255) = 25.44%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=37.28%
G=25.44%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011617000.3200.3330024.1156.08
HexAA74AA02002112c1838
Octal2521642520400414543070
Binary101010101110100101010100100000010000110010110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA74AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA74AA; }

 p { color: rgb(170,116,170); }

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

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

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

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

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

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

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