#AA5FB1

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

Shades of Violet Blue #AA5FB1

Tints of Violet Blue #AA5FB1

Color information

#AA5FB1 (or 0xAA5FB1) is unknown color: approx Violet Blue. HEX triplet: AA, 5F and B1. RGB value is (170,95,177). Sum of RGB (Red+Green+Blue) = 170+95+177=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA5FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5FB1 is #55A04E. Grayscale: #7E7E7E. Windows color (decimal): -5611599 or 11624362. OLE color: 11624362.

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

Color convert

RGB17095177-
CMYK0.040.4600.31
HSL294.88º34.45%53.33%-
HSV(B)294.88º46.33%69.41%-
XYZ28.6119.943.93-
YUV126.77156.35158.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 177 (69.53% from 255) = 40.05%
R=38.46%
G=21.49%
B=40.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170951770.040.4600.31294.8834.4553.33
HexAA5FB142E01F1272235
Octal2521372614560374474265
Binary10101010101111110110001100101110011111100100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FB1; }

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

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

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

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

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

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

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

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