#AD4FB4

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

Shades of Fuchsia #AD4FB4

Tints of Fuchsia #AD4FB4

Color information

#AD4FB4 (or 0xAD4FB4) is unknown color: approx Fuchsia. HEX triplet: AD, 4F and B4. RGB value is (173,79,180). Sum of RGB (Red+Green+Blue) = 173+79+180=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD4FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FB4 is #52B04B. Grayscale: #767676. Windows color (decimal): -5419084 or 11816877. OLE color: 11816877.

HSL color Cylindrical-coordinate representation of color #AD4FB4: hue angle of 295.84º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD4FB4 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17379180-
CMYK0.040.5600.29
HSL295.84º40.24%50.78%-
HSV(B)295.84º56.11%70.59%-
XYZ28.2717.7745.12-
YUV118.62162.64166.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 79 (31.25% from 255) = 18.29%
BLUE value IS 180 (70.70% from 255) = 41.67%
R=40.05%
G=18.29%
B=41.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173791800.040.5600.29295.8440.2450.78
HexAD4FB443801D1282833
Octal2551172644700354505063
Binary10101101100111110110100100111000011101100101000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4FB4; }

 p { color: rgb(173,79,180); }

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

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

 a { background-color: rgb(173,79,180); }

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

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

 span { border-color: rgb(173,79,180); }

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