#ad58bc

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

Shades of Fuchsia #AD58BC

Tints of Fuchsia #AD58BC

Color information

#AD58BC (or 0xAD58BC) is unknown color: approx Fuchsia. HEX triplet: AD, 58 and BC. RGB value is (173,88,188). Sum of RGB (Red+Green+Blue) = 173+88+188=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD58BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58BC is #52A743. Grayscale: #7C7C7C. Windows color (decimal): -5416772 or 12343469. OLE color: 12343469.

HSL color Cylindrical-coordinate representation of color #AD58BC: hue angle of 291º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD58BC is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17388188-
CMYK0.080.5300.26
HSL291º42.74%54.12%-
HSV(B)291º53.19%73.73%-
XYZ29.819.4949.77-
YUV124.82163.66162.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 88 (34.77% from 255) = 19.60%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=38.53%
G=19.60%
B=41.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal173881880.080.5300.2629142.7454.12
HexAD58BC83501A1232b36
Octal25513027410650324435366
Binary101011011011000101111001000110101011010100100011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad58bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad58bc; }

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

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

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

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

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

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

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

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