#AA3BAD

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

Shades of Fuchsia #AA3BAD

Tints of Fuchsia #AA3BAD

Color information

#AA3BAD (or 0xAA3BAD) is unknown color: approx Fuchsia. HEX triplet: AA, 3B and AD. RGB value is (170,59,173). Sum of RGB (Red+Green+Blue) = 170+59+173=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA3BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3BAD is #55C452. Grayscale: #686868. Windows color (decimal): -5620819 or 11353002. OLE color: 11353002.

HSL color Cylindrical-coordinate representation of color #AA3BAD: hue angle of 298.42º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3BAD is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17059173-
CMYK0.020.6600.32
HSL298.42º49.14%45.49%-
HSV(B)298.42º65.9%67.84%-
XYZ25.6814.6941.02-
YUV105.18166.27174.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 59 (23.44% from 255) = 14.68%
BLUE value IS 173 (67.97% from 255) = 43.03%
R=42.29%
G=14.68%
B=43.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170591730.020.6600.32298.4249.1445.49
HexAA3BAD24202012a312d
Octal2527325521020404526155
Binary10101010111011101011011010000100100000100101010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3BAD; }

 p { color: rgb(170,59,173); }

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

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

 a { background-color: rgb(170,59,173); }

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

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

 span { border-color: rgb(170,59,173); }

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