#AD52BA

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

Shades of Fuchsia #AD52BA

Tints of Fuchsia #AD52BA

Color information

#AD52BA (or 0xAD52BA) is unknown color: approx Fuchsia. HEX triplet: AD, 52 and BA. RGB value is (173,82,186). Sum of RGB (Red+Green+Blue) = 173+82+186=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD52BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52BA is #52AD45. Grayscale: #787878. Windows color (decimal): -5418310 or 12210861. OLE color: 12210861.

HSL color Cylindrical-coordinate representation of color #AD52BA: hue angle of 292.5º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD52BA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17382186-
CMYK0.070.5600.27
HSL292.5º42.98%52.55%-
HSV(B)292.5º55.91%72.94%-
XYZ29.1118.4648.48-
YUV121.06164.65165.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 82 (32.42% from 255) = 18.59%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=39.23%
G=18.59%
B=42.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173821860.070.5600.27292.542.9852.55
HexAD52BA73801B1242b35
Octal2551222727700334445365
Binary10101101101001010111010111111000011011100100100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD52BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD52BA; }

 p { color: rgb(173,82,186); }

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

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

 a { background-color: rgb(173,82,186); }

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

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

 span { border-color: rgb(173,82,186); }

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