#AD33AC

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

Shades of Fuchsia #AD33AC

Tints of Fuchsia #AD33AC

Color information

#AD33AC (or 0xAD33AC) is unknown color: approx Fuchsia. HEX triplet: AD, 33 and AC. RGB value is (173,51,172). Sum of RGB (Red+Green+Blue) = 173+51+172=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD33AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD33AC is #52CC53. Grayscale: #646464. Windows color (decimal): -5426260 or 11285421. OLE color: 11285421.

HSL color Cylindrical-coordinate representation of color #AD33AC: hue angle of 300.49º degrees, saturation: 0.54, 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 #AD33AC is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB17351172-
CMYK00.710.010.32
HSL300.49º54.46%43.92%-
HSV(B)300.49º70.52%67.84%-
XYZ25.8614.2340.41-
YUV101.27167.92179.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 51 (20.31% from 255) = 12.88%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=43.69%
G=12.88%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735117200.710.010.32300.4954.4643.92
HexAD33AC04712012c362c
Octal2556325401071404546654
Binary1010110111001110101100010001111100000100101100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD33AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD33AC; }

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

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

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

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

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

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

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

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