#AD41BB

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

Shades of Fuchsia #AD41BB

Tints of Fuchsia #AD41BB

Color information

#AD41BB (or 0xAD41BB) is unknown color: approx Fuchsia. HEX triplet: AD, 41 and BB. RGB value is (173,65,187). Sum of RGB (Red+Green+Blue) = 173+65+187=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD41BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41BB is #52BE44. Grayscale: #6E6E6E. Windows color (decimal): -5422661 or 12272045. OLE color: 12272045.

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

Color convert

RGB17365187-
CMYK0.070.6500.27
HSL293.11º48.41%49.41%-
HSV(B)293.11º65.24%73.33%-
XYZ28.0916.2548.67-
YUV111.2170.78172.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 65 (25.78% from 255) = 15.29%
BLUE value IS 187 (73.44% from 255) = 44%
R=40.71%
G=15.29%
B=44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173651870.070.6500.27293.1148.4149.41
HexAD41BB74101B1253031
Octal25510127371010334456061
Binary101011011000001101110111111000001011011100100101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD41BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD41BB; }

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

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

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

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

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

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

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

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