#AD46BA

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

Shades of Fuchsia #AD46BA

Tints of Fuchsia #AD46BA

Color information

#AD46BA (or 0xAD46BA) is unknown color: approx Fuchsia. HEX triplet: AD, 46 and BA. RGB value is (173,70,186). Sum of RGB (Red+Green+Blue) = 173+70+186=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD46BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46BA is #52B945. Grayscale: #717171. Windows color (decimal): -5421382 or 12207789. OLE color: 12207789.

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

Color convert

RGB17370186-
CMYK0.070.6200.27
HSL293.28º45.67%50.2%-
HSV(B)293.28º62.37%72.94%-
XYZ28.2916.8148.21-
YUV114.02168.62170.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 70 (27.73% from 255) = 16.32%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=40.33%
G=16.32%
B=43.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173701860.070.6200.27293.2845.6750.2
HexAD46BA73E01B1252e32
Octal2551062727760334455662
Binary10101101100011010111010111111110011011100100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD46BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD46BA; }

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

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

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

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

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

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

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

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