#AD58B6

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

Shades of Fuchsia #AD58B6

Tints of Fuchsia #AD58B6

Color information

#AD58B6 (or 0xAD58B6) is unknown color: approx Fuchsia. HEX triplet: AD, 58 and B6. RGB value is (173,88,182). Sum of RGB (Red+Green+Blue) = 173+88+182=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD58B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58B6 is #52A749. Grayscale: #7B7B7B. Windows color (decimal): -5416778 or 11950253. OLE color: 11950253.

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

Color convert

RGB17388182-
CMYK0.050.5200.29
HSL294.26º39.17%52.94%-
HSV(B)294.26º51.65%71.37%-
XYZ29.1719.2446.43-
YUV124.13160.66162.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 88 (34.77% from 255) = 19.86%
BLUE value IS 182 (71.48% from 255) = 41.08%
R=39.05%
G=19.86%
B=41.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173881820.050.5200.29294.2639.1752.94
HexAD58B653401D1262735
Octal2551302665640354464765
Binary10101101101100010110110101110100011101100100110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD58B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD58B6; }

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

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

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

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

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

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

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

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