#AD2EAA

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

Shades of Fuchsia #AD2EAA

Tints of Fuchsia #AD2EAA

Color information

#AD2EAA (or 0xAD2EAA) is unknown color: approx Fuchsia. HEX triplet: AD, 2E and AA. RGB value is (173,46,170). Sum of RGB (Red+Green+Blue) = 173+46+170=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2EAA is #52D155. Grayscale: #616161. Windows color (decimal): -5427542 or 11153069. OLE color: 11153069.

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

Color convert

RGB17346170-
CMYK00.730.020.32
HSL301.42º57.99%42.94%-
HSV(B)301.42º73.41%67.84%-
XYZ25.4713.7439.34-
YUV98.11168.58181.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 46 (18.36% from 255) = 11.83%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=44.47%
G=11.83%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734617000.730.020.32301.4257.9942.94
HexAD2EAA04922012d3a2b
Octal2555625201112404557253
Binary10101101101110101010100100100110100000100101101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2EAA; }

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

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

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

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

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

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

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

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