#AA4CA1

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

Shades of Violet Blue #AA4CA1

Tints of Violet Blue #AA4CA1

Color information

#AA4CA1 (or 0xAA4CA1) is unknown color: approx Violet Blue. HEX triplet: AA, 4C and A1. RGB value is (170,76,161). Sum of RGB (Red+Green+Blue) = 170+76+161=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4CA1 is #55B35E. Grayscale: #717171. Windows color (decimal): -5616479 or 10570922. OLE color: 10570922.

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

Color convert

RGB17076161-
CMYK00.550.050.33
HSL305.74º38.21%48.24%-
HSV(B)305.74º55.29%66.67%-
XYZ25.616.2935.51-
YUV113.8154.64168.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 76 (30.08% from 255) = 18.67%
BLUE value IS 161 (63.28% from 255) = 39.56%
R=41.77%
G=18.67%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707616100.550.050.33305.7438.2148.24
HexAA4CA10375211322630
Octal2521142410675414624660
Binary101010101001100101000010110111101100001100110010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4CA1; }

 p { color: rgb(170,76,161); }

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

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

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

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

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

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

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