#AD58B3

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

Shades of Fuchsia #AD58B3

Tints of Fuchsia #AD58B3

Color information

#AD58B3 (or 0xAD58B3) is unknown color: approx Fuchsia. HEX triplet: AD, 58 and B3. RGB value is (173,88,179). Sum of RGB (Red+Green+Blue) = 173+88+179=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD58B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58B3 is #52A74C. Grayscale: #7B7B7B. Windows color (decimal): -5416781 or 11753645. OLE color: 11753645.

HSL color Cylindrical-coordinate representation of color #AD58B3: hue angle of 296.04º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD58B3 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17388179-
CMYK0.030.5100.30
HSL296.04º37.45%52.35%-
HSV(B)296.04º50.84%70.2%-
XYZ28.8619.1244.82-
YUV123.79159.16163.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 88 (34.77% from 255) = 20%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=39.32%
G=20%
B=40.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173881790.030.5100.30296.0437.4552.35
HexAD58B333301E1282534
Octal2551302633630364504564
Binary1010110110110001011001111110011011110100101000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD58B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD58B3; }

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

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

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

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

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

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

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

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