#AD4EBF

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

Shades of Fuchsia #AD4EBF

Tints of Fuchsia #AD4EBF

Color information

#AD4EBF (or 0xAD4EBF) is unknown color: approx Fuchsia. HEX triplet: AD, 4E and BF. RGB value is (173,78,191). Sum of RGB (Red+Green+Blue) = 173+78+191=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD4EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4EBF is #52B140. Grayscale: #767676. Windows color (decimal): -5419329 or 12537517. OLE color: 12537517.

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

Color convert

RGB17378191-
CMYK0.090.5900.25
HSL290.44º46.89%52.75%-
HSV(B)290.44º59.16%74.9%-
XYZ29.3618.0951.24-
YUV119.29168.47166.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 78 (30.86% from 255) = 17.65%
BLUE value IS 191 (75% from 255) = 43.21%
R=39.14%
G=17.65%
B=43.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173781910.090.5900.25290.4446.8952.75
HexAD4EBF93B0191222f35
Octal25511627711730314425765
Binary101011011001110101111111001111011011001100100010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4EBF; }

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

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

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

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

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

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

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

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