#AD4AB9

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

Shades of Fuchsia #AD4AB9

Tints of Fuchsia #AD4AB9

Color information

#AD4AB9 (or 0xAD4AB9) is unknown color: approx Fuchsia. HEX triplet: AD, 4A and B9. RGB value is (173,74,185). Sum of RGB (Red+Green+Blue) = 173+74+185=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD4AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4AB9 is #52B546. Grayscale: #737373. Windows color (decimal): -5420359 or 12143277. OLE color: 12143277.

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

Color convert

RGB17374185-
CMYK0.060.600.27
HSL293.51º44.22%50.78%-
HSV(B)293.51º60%72.55%-
XYZ28.4417.2847.74-
YUV116.26166.8168.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 74 (29.30% from 255) = 17.13%
BLUE value IS 185 (72.66% from 255) = 42.82%
R=40.05%
G=17.13%
B=42.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173741850.060.600.27293.5144.2250.78
HexAD4AB963C01B1262c33
Octal2551122716740334465463
Binary10101101100101010111001110111100011011100100110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4AB9; }

 p { color: rgb(173,74,185); }

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

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

 a { background-color: rgb(173,74,185); }

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

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

 span { border-color: rgb(173,74,185); }

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