#AD4AB1

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

Shades of Fuchsia #AD4AB1

Tints of Fuchsia #AD4AB1

Color information

#AD4AB1 (or 0xAD4AB1) is unknown color: approx Fuchsia. HEX triplet: AD, 4A and B1. RGB value is (173,74,177). Sum of RGB (Red+Green+Blue) = 173+74+177=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD4AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4AB1 is #52B54E. Grayscale: #737373. Windows color (decimal): -5420367 or 11618989. OLE color: 11618989.

HSL color Cylindrical-coordinate representation of color #AD4AB1: hue angle of 297.67º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4AB1 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17374177-
CMYK0.020.5800.31
HSL297.67º41.04%49.22%-
HSV(B)297.67º58.19%69.41%-
XYZ27.6216.9643.41-
YUV115.34162.8169.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 74 (29.30% from 255) = 17.45%
BLUE value IS 177 (69.53% from 255) = 41.75%
R=40.80%
G=17.45%
B=41.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173741770.020.5800.31297.6741.0449.22
HexAD4AB123A01F12a2931
Octal2551122612720374525161
Binary1010110110010101011000110111010011111100101010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4AB1; }

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

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

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

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

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

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

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

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