#AD39B1

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

Shades of Fuchsia #AD39B1

Tints of Fuchsia #AD39B1

Color information

#AD39B1 (or 0xAD39B1) is unknown color: approx Fuchsia. HEX triplet: AD, 39 and B1. RGB value is (173,57,177). Sum of RGB (Red+Green+Blue) = 173+57+177=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD39B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD39B1 is #52C64E. Grayscale: #696969. Windows color (decimal): -5424719 or 11614637. OLE color: 11614637.

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

Color convert

RGB17357177-
CMYK0.020.6800.31
HSL298º51.28%45.88%-
HSV(B)298º67.8%69.41%-
XYZ26.6314.9843.08-
YUV105.36168.43176.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.51%
GREEN value IS 57 (22.66% from 255) = 14.00%
BLUE value IS 177 (69.53% from 255) = 43.49%
R=42.51%
G=14.00%
B=43.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173571770.020.6800.3129851.2845.88
HexAD39B124401F12a332e
Octal2557126121040374526356
Binary1010110111100110110001101000100011111100101010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD39B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD39B1; }

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

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

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

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

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

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

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

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