#AD33AE

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

Shades of Fuchsia #AD33AE

Tints of Fuchsia #AD33AE

Color information

#AD33AE (or 0xAD33AE) is unknown color: approx Fuchsia. HEX triplet: AD, 33 and AE. RGB value is (173,51,174). Sum of RGB (Red+Green+Blue) = 173+51+174=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD33AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD33AE is #52CC51. Grayscale: #656565. Windows color (decimal): -5426258 or 11416493. OLE color: 11416493.

HSL color Cylindrical-coordinate representation of color #AD33AE: hue angle of 299.51º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD33AE is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17351174-
CMYK0.010.7100.32
HSL299.51º54.67%44.12%-
HSV(B)299.51º70.69%68.24%-
XYZ26.0614.3141.43-
YUV101.5168.92179-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.47%
GREEN value IS 51 (20.31% from 255) = 12.81%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=43.47%
G=12.81%
B=43.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173511740.010.7100.32299.5154.6744.12
HexAD33AE14702012c372c
Octal2556325611070404546754
Binary1010110111001110101110110001110100000100101100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD33AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD33AE; }

 p { color: rgb(173,51,174); }

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

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

 a { background-color: rgb(173,51,174); }

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

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

 span { border-color: rgb(173,51,174); }

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