#AD42B4

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

Shades of Fuchsia #AD42B4

Tints of Fuchsia #AD42B4

Color information

#AD42B4 (or 0xAD42B4) is unknown color: approx Fuchsia. HEX triplet: AD, 42 and B4. RGB value is (173,66,180). Sum of RGB (Red+Green+Blue) = 173+66+180=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD42B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42B4 is #52BD4B. Grayscale: #6E6E6E. Windows color (decimal): -5422412 or 11813549. OLE color: 11813549.

HSL color Cylindrical-coordinate representation of color #AD42B4: hue angle of 296.32º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD42B4 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17366180-
CMYK0.040.6300.29
HSL296.32º46.34%48.24%-
HSV(B)296.32º63.33%70.59%-
XYZ27.4216.0844.84-
YUV110.99166.95172.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 66 (26.17% from 255) = 15.75%
BLUE value IS 180 (70.70% from 255) = 42.96%
R=41.29%
G=15.75%
B=42.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173661800.040.6300.29296.3246.3448.24
HexAD42B443F01D1282e30
Octal2551022644770354505660
Binary10101101100001010110100100111111011101100101000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD42B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD42B4; }

 p { color: rgb(173,66,180); }

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

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

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

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

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

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

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