#AD43AD

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

Shades of Fuchsia #AD43AD

Tints of Fuchsia #AD43AD

Color information

#AD43AD (or 0xAD43AD) is unknown color: approx Fuchsia. HEX triplet: AD, 43 and AD. RGB value is (173,67,173). Sum of RGB (Red+Green+Blue) = 173+67+173=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD43AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD43AD is #52BC52. Grayscale: #6E6E6E. Windows color (decimal): -5422163 or 11355053. OLE color: 11355053.

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

Color convert

RGB17367173-
CMYK00.6100.32
HSL300º44.17%47.06%-
HSV(B)300º61.27%67.84%-
XYZ26.7815.9241.2-
YUV110.78163.12172.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 67 (26.56% from 255) = 16.22%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=41.89%
G=16.22%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736717300.6100.3230044.1747.06
HexAD43AD03D02012c2c2f
Octal2551032550750404545457
Binary1010110110000111010110101111010100000100101100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD43AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD43AD; }

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

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

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

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

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

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

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

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