#AA38A9

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

Shades of Violet Blue #AA38A9

Tints of Violet Blue #AA38A9

Color information

#AA38A9 (or 0xAA38A9) is unknown color: approx Violet Blue. HEX triplet: AA, 38 and A9. RGB value is (170,56,169). Sum of RGB (Red+Green+Blue) = 170+56+169=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA38A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA38A9 is #55C756. Grayscale: #666666. Windows color (decimal): -5621591 or 11090090. OLE color: 11090090.

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

Color convert

RGB17056169-
CMYK00.670.010.33
HSL300.53º50.44%44.31%-
HSV(B)300.53º67.06%66.67%-
XYZ25.1514.2438.96-
YUV102.97165.27175.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 56 (22.27% from 255) = 14.18%
BLUE value IS 169 (66.41% from 255) = 42.78%
R=43.04%
G=14.18%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705616900.670.010.33300.5350.4444.31
HexAA38A904312112d322c
Octal2527025101031414556254
Binary1010101011100010101001010000111100001100101101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA38A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA38A9; }

 p { color: rgb(170,56,169); }

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

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

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

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

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

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

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