#AA38A4

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

Shades of Violet Blue #AA38A4

Tints of Violet Blue #AA38A4

Color information

#AA38A4 (or 0xAA38A4) is unknown color: approx Violet Blue. HEX triplet: AA, 38 and A4. RGB value is (170,56,164). Sum of RGB (Red+Green+Blue) = 170+56+164=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA38A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA38A4 is #55C75B. Grayscale: #666666. Windows color (decimal): -5621596 or 10762410. OLE color: 10762410.

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

Color convert

RGB17056164-
CMYK00.670.040.33
HSL303.16º50.44%44.31%-
HSV(B)303.16º67.06%66.67%-
XYZ24.6914.0536.53-
YUV102.4162.77176.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 56 (22.27% from 255) = 14.36%
BLUE value IS 164 (64.45% from 255) = 42.05%
R=43.59%
G=14.36%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705616400.670.040.33303.1650.4444.31
HexAA38A404342112f322c
Octal2527024401034414576254
Binary101010101110001010010001000011100100001100101111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA38A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA38A4; }

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

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

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

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

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

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

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

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