#AA4AA4

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

Shades of Violet Blue #AA4AA4

Tints of Violet Blue #AA4AA4

Color information

#AA4AA4 (or 0xAA4AA4) is unknown color: approx Violet Blue. HEX triplet: AA, 4A and A4. RGB value is (170,74,164). Sum of RGB (Red+Green+Blue) = 170+74+164=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4AA4 is #55B55B. Grayscale: #707070. Windows color (decimal): -5616988 or 10767018. OLE color: 10767018.

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

Color convert

RGB17074164-
CMYK00.560.040.33
HSL303.75º39.34%47.84%-
HSV(B)303.75º56.47%66.67%-
XYZ25.7316.1236.88-
YUV112.96156.8168.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 74 (29.30% from 255) = 18.14%
BLUE value IS 164 (64.45% from 255) = 40.20%
R=41.67%
G=18.14%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707416400.560.040.33303.7539.3447.84
HexAA4AA40384211302730
Octal2521122440704414604760
Binary101010101001010101001000111000100100001100110000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4AA4; }

 p { color: rgb(170,74,164); }

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

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

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

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

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

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

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