#AA4FB1

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

Shades of Violet Blue #AA4FB1

Tints of Violet Blue #AA4FB1

Color information

#AA4FB1 (or 0xAA4FB1) is unknown color: approx Violet Blue. HEX triplet: AA, 4F and B1. RGB value is (170,79,177). Sum of RGB (Red+Green+Blue) = 170+79+177=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA4FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4FB1 is #55B04E. Grayscale: #757575. Windows color (decimal): -5615695 or 11620266. OLE color: 11620266.

HSL color Cylindrical-coordinate representation of color #AA4FB1: hue angle of 295.71º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4FB1 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17079177-
CMYK0.040.5500.31
HSL295.71º38.58%50.2%-
HSV(B)295.71º55.37%69.41%-
XYZ27.3117.3143.5-
YUV117.38161.65165.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 79 (31.25% from 255) = 18.54%
BLUE value IS 177 (69.53% from 255) = 41.55%
R=39.91%
G=18.54%
B=41.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170791770.040.5500.31295.7138.5850.2
HexAA4FB143701F1282732
Octal2521172614670374504762
Binary10101010100111110110001100110111011111100101000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4FB1; }

 p { color: rgb(170,79,177); }

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

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

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

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

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

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

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