#AD51BA

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

Shades of Fuchsia #AD51BA

Tints of Fuchsia #AD51BA

Color information

#AD51BA (or 0xAD51BA) is unknown color: approx Fuchsia. HEX triplet: AD, 51 and BA. RGB value is (173,81,186). Sum of RGB (Red+Green+Blue) = 173+81+186=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD51BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51BA is #52AE45. Grayscale: #787878. Windows color (decimal): -5418566 or 12210605. OLE color: 12210605.

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

Color convert

RGB17381186-
CMYK0.070.5600.27
HSL292.57º43.21%52.35%-
HSV(B)292.57º56.45%72.94%-
XYZ29.0418.3148.46-
YUV120.48164.98165.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=39.32%
G=18.41%
B=42.27%

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
Decimal173811860.070.5600.27292.5743.2152.35
HexAD51BA73801B1252b34
Octal2551212727700334455364
Binary10101101101000110111010111111000011011100100101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD51BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD51BA; }

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

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

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

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

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

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

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

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