#AA4FB0

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

Shades of Violet Blue #AA4FB0

Tints of Violet Blue #AA4FB0

Color information

#AA4FB0 (or 0xAA4FB0) is unknown color: approx Violet Blue. HEX triplet: AA, 4F and B0. RGB value is (170,79,176). Sum of RGB (Red+Green+Blue) = 170+79+176=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA4FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4FB0 is #55B04F. Grayscale: #747474. Windows color (decimal): -5615696 or 11554730. OLE color: 11554730.

HSL color Cylindrical-coordinate representation of color #AA4FB0: hue angle of 296.29º degrees, saturation: 0.38, 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 #AA4FB0 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17079176-
CMYK0.030.5500.31
HSL296.29º38.04%50%-
HSV(B)296.29º55.11%69.02%-
XYZ27.2117.2742.97-
YUV117.27161.15165.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 79 (31.25% from 255) = 18.59%
BLUE value IS 176 (69.14% from 255) = 41.41%
R=40%
G=18.59%
B=41.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170791760.030.5500.31296.2938.0450
HexAA4FB033701F1282632
Octal2521172603670374504662
Binary1010101010011111011000011110111011111100101000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4FB0; }

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

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

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

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

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

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

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

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