#AA3DAD

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

Shades of Fuchsia #AA3DAD

Tints of Fuchsia #AA3DAD

Color information

#AA3DAD (or 0xAA3DAD) is unknown color: approx Fuchsia. HEX triplet: AA, 3D and AD. RGB value is (170,61,173). Sum of RGB (Red+Green+Blue) = 170+61+173=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA3DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3DAD is #55C252. Grayscale: #6A6A6A. Windows color (decimal): -5620307 or 11353514. OLE color: 11353514.

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

Color convert

RGB17061173-
CMYK0.020.6500.32
HSL298.39º47.86%45.88%-
HSV(B)298.39º64.74%67.84%-
XYZ25.7914.941.05-
YUV106.36165.61173.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 61 (24.22% from 255) = 15.10%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=42.08%
G=15.10%
B=42.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170611730.020.6500.32298.3947.8645.88
HexAA3DAD24102012a302e
Octal2527525521010404526056
Binary10101010111101101011011010000010100000100101010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3DAD; }

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

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

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

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

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

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

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

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