#AD3CAC

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

Shades of Fuchsia #AD3CAC

Tints of Fuchsia #AD3CAC

Color information

#AD3CAC (or 0xAD3CAC) is unknown color: approx Fuchsia. HEX triplet: AD, 3C and AC. RGB value is (173,60,172). Sum of RGB (Red+Green+Blue) = 173+60+172=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3CAC is #52C353. Grayscale: #6A6A6A. Windows color (decimal): -5423956 or 11287725. OLE color: 11287725.

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

Color convert

RGB17360172-
CMYK00.650.010.32
HSL300.53º48.5%45.69%-
HSV(B)300.53º65.32%67.84%-
XYZ26.315.0940.56-
YUV106.56164.94175.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.72%
GREEN value IS 60 (23.83% from 255) = 14.81%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=42.72%
G=14.81%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736017200.650.010.32300.5348.545.69
HexAD3CAC04112012d302e
Octal2557425401011404556056
Binary1010110111110010101100010000011100000100101101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3CAC; }

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

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

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

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

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

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

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

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