#AD4EBB

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

Shades of Fuchsia #AD4EBB

Tints of Fuchsia #AD4EBB

Color information

#AD4EBB (or 0xAD4EBB) is unknown color: approx Fuchsia. HEX triplet: AD, 4E and BB. RGB value is (173,78,187). Sum of RGB (Red+Green+Blue) = 173+78+187=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD4EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4EBB is #52B144. Grayscale: #767676. Windows color (decimal): -5419333 or 12275373. OLE color: 12275373.

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

Color convert

RGB17378187-
CMYK0.070.5800.27
HSL292.29º44.49%51.96%-
HSV(B)292.29º58.29%73.33%-
XYZ28.9317.9248.95-
YUV118.83166.47166.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.50%
GREEN value IS 78 (30.86% from 255) = 17.81%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=39.50%
G=17.81%
B=42.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173781870.070.5800.27292.2944.4951.96
HexAD4EBB73A01B1242c34
Octal2551162737720334445464
Binary10101101100111010111011111111010011011100100100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4EBB; }

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

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

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

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

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

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

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

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