#AD61BA

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

Shades of Fuchsia #AD61BA

Tints of Fuchsia #AD61BA

Color information

#AD61BA (or 0xAD61BA) is unknown color: approx Fuchsia. HEX triplet: AD, 61 and BA. RGB value is (173,97,186). Sum of RGB (Red+Green+Blue) = 173+97+186=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD61BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61BA is #529E45. Grayscale: #818181. Windows color (decimal): -5414470 or 12214701. OLE color: 12214701.

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

Color convert

RGB17397186-
CMYK0.070.4800.27
HSL291.24º39.21%55.49%-
HSV(B)291.24º47.85%72.94%-
XYZ30.3720.9848.9-
YUV129.87159.68158.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=37.94%
G=21.27%
B=40.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173971860.070.4800.27291.2439.2155.49
HexAD61BA73001B1232737
Octal2551412727600334434767
Binary10101101110000110111010111110000011011100100011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD61BA; }

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

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

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

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

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

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

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

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