#AD38AC

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

Shades of Fuchsia #AD38AC

Tints of Fuchsia #AD38AC

Color information

#AD38AC (or 0xAD38AC) is unknown color: approx Fuchsia. HEX triplet: AD, 38 and AC. RGB value is (173,56,172). Sum of RGB (Red+Green+Blue) = 173+56+172=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD38AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD38AC is #52C753. Grayscale: #676767. Windows color (decimal): -5424980 or 11286701. OLE color: 11286701.

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

Color convert

RGB17356172-
CMYK00.680.010.32
HSL300.51º51.09%44.9%-
HSV(B)300.51º67.63%67.84%-
XYZ26.0914.6940.49-
YUV104.21166.26177.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 56 (22.27% from 255) = 13.97%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=43.14%
G=13.97%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735617200.680.010.32300.5151.0944.9
HexAD38AC04412012d332d
Octal2557025401041404556355
Binary1010110111100010101100010001001100000100101101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD38AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD38AC; }

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

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

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

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

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

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

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

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