#AD47BF

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

Shades of Fuchsia #AD47BF

Tints of Fuchsia #AD47BF

Color information

#AD47BF (or 0xAD47BF) is unknown color: approx Fuchsia. HEX triplet: AD, 47 and BF. RGB value is (173,71,191). Sum of RGB (Red+Green+Blue) = 173+71+191=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD47BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47BF is #52B840. Grayscale: #727272. Windows color (decimal): -5421121 or 12535725. OLE color: 12535725.

HSL color Cylindrical-coordinate representation of color #AD47BF: hue angle of 291º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD47BF is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17371191-
CMYK0.090.6300.25
HSL291º48.39%51.37%-
HSV(B)291º62.83%74.9%-
XYZ28.8917.1551.08-
YUV115.18170.79169.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 71 (28.12% from 255) = 16.32%
BLUE value IS 191 (75% from 255) = 43.91%
R=39.77%
G=16.32%
B=43.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173711910.090.6300.2529148.3951.37
HexAD47BF93F0191233033
Octal25510727711770314436063
Binary101011011000111101111111001111111011001100100011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD47BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD47BF; }

 p { color: rgb(173,71,191); }

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

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

 a { background-color: rgb(173,71,191); }

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

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

 span { border-color: rgb(173,71,191); }

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