#AA41B1

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

Shades of Fuchsia #AA41B1

Tints of Fuchsia #AA41B1

Color information

#AA41B1 (or 0xAA41B1) is unknown color: approx Fuchsia. HEX triplet: AA, 41 and B1. RGB value is (170,65,177). Sum of RGB (Red+Green+Blue) = 170+65+177=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA41B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA41B1 is #55BE4E. Grayscale: #6C6C6C. Windows color (decimal): -5619279 or 11616682. OLE color: 11616682.

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

Color convert

RGB17065177-
CMYK0.040.6300.31
HSL296.25º46.28%47.45%-
HSV(B)296.25º63.28%69.41%-
XYZ26.415.543.2-
YUV109.16166.29171.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 65 (25.78% from 255) = 15.78%
BLUE value IS 177 (69.53% from 255) = 42.96%
R=41.26%
G=15.78%
B=42.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170651770.040.6300.31296.2546.2847.45
HexAA41B143F01F1282e2f
Octal2521012614770374505657
Binary10101010100000110110001100111111011111100101000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA41B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA41B1; }

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

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

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

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

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

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

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

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