#AD41AD

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

Shades of Fuchsia #AD41AD

Tints of Fuchsia #AD41AD

Color information

#AD41AD (or 0xAD41AD) is unknown color: approx Fuchsia. HEX triplet: AD, 41 and AD. RGB value is (173,65,173). Sum of RGB (Red+Green+Blue) = 173+65+173=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD41AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD41AD is #52BE52. Grayscale: #6D6D6D. Windows color (decimal): -5422675 or 11354541. OLE color: 11354541.

HSL color Cylindrical-coordinate representation of color #AD41AD: hue angle of 300º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD41AD is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17365173-
CMYK00.6200.32
HSL300º45.38%46.67%-
HSV(B)300º62.43%67.84%-
XYZ26.6715.6841.16-
YUV109.6163.78173.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 65 (25.78% from 255) = 15.82%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=42.09%
G=15.82%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736517300.6200.3230045.3846.67
HexAD41AD03E02012c2d2f
Octal2551012550760404545557
Binary1010110110000011010110101111100100000100101100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD41AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD41AD; }

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

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

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

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

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

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

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

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