#AD41B1

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

Shades of Fuchsia #AD41B1

Tints of Fuchsia #AD41B1

Color information

#AD41B1 (or 0xAD41B1) is unknown color: approx Fuchsia. HEX triplet: AD, 41 and B1. RGB value is (173,65,177). Sum of RGB (Red+Green+Blue) = 173+65+177=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD41B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD41B1 is #52BE4E. Grayscale: #6D6D6D. Windows color (decimal): -5422671 or 11616685. OLE color: 11616685.

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

Color convert

RGB17365177-
CMYK0.020.6300.31
HSL297.86º46.28%47.45%-
HSV(B)297.86º63.28%69.41%-
XYZ27.0615.8443.23-
YUV110.06165.78172.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 65 (25.78% from 255) = 15.66%
BLUE value IS 177 (69.53% from 255) = 42.65%
R=41.69%
G=15.66%
B=42.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173651770.020.6300.31297.8646.2847.45
HexAD41B123F01F12a2e2f
Octal2551012612770374525657
Binary1010110110000011011000110111111011111100101010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD41B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD41B1; }

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

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

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

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

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

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

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

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