#AD58B5

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

Shades of Fuchsia #AD58B5

Tints of Fuchsia #AD58B5

Color information

#AD58B5 (or 0xAD58B5) is unknown color: approx Fuchsia. HEX triplet: AD, 58 and B5. RGB value is (173,88,181). Sum of RGB (Red+Green+Blue) = 173+88+181=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD58B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58B5 is #52A74A. Grayscale: #7B7B7B. Windows color (decimal): -5416779 or 11884717. OLE color: 11884717.

HSL color Cylindrical-coordinate representation of color #AD58B5: hue angle of 294.84º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD58B5 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17388181-
CMYK0.040.5100.29
HSL294.84º38.59%52.75%-
HSV(B)294.84º51.38%70.98%-
XYZ29.0619.245.89-
YUV124.02160.16162.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 88 (34.77% from 255) = 19.91%
BLUE value IS 181 (71.09% from 255) = 40.95%
R=39.14%
G=19.91%
B=40.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173881810.040.5100.29294.8438.5952.75
HexAD58B543301D1272735
Octal2551302654630354474765
Binary10101101101100010110101100110011011101100100111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD58B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD58B5; }

 p { color: rgb(173,88,181); }

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

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

 a { background-color: rgb(173,88,181); }

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

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

 span { border-color: rgb(173,88,181); }

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