#AD45BF

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

Shades of Fuchsia #AD45BF

Tints of Fuchsia #AD45BF

Color information

#AD45BF (or 0xAD45BF) is unknown color: approx Fuchsia. HEX triplet: AD, 45 and BF. RGB value is (173,69,191). Sum of RGB (Red+Green+Blue) = 173+69+191=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD45BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD45BF is #52BA40. Grayscale: #717171. Windows color (decimal): -5421633 or 12535213. OLE color: 12535213.

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

Color convert

RGB17369191-
CMYK0.090.6400.25
HSL291.15º48.8%50.98%-
HSV(B)291.15º63.87%74.9%-
XYZ28.7716.951.04-
YUV114171.46170.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 69 (27.34% from 255) = 15.94%
BLUE value IS 191 (75% from 255) = 44.11%
R=39.95%
G=15.94%
B=44.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173691910.090.6400.25291.1548.850.98
HexAD45BF9400191233133
Octal255105277111000314436163
Binary1010110110001011011111110011000000011001100100011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD45BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD45BF; }

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

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

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

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

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

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

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

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