#AD36B1

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

Shades of Fuchsia #AD36B1

Tints of Fuchsia #AD36B1

Color information

#AD36B1 (or 0xAD36B1) is unknown color: approx Fuchsia. HEX triplet: AD, 36 and B1. RGB value is (173,54,177). Sum of RGB (Red+Green+Blue) = 173+54+177=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD36B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD36B1 is #52C94E. Grayscale: #676767. Windows color (decimal): -5425487 or 11613869. OLE color: 11613869.

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

Color convert

RGB17354177-
CMYK0.020.6900.31
HSL298.05º53.25%45.29%-
HSV(B)298.05º69.49%69.41%-
XYZ26.4914.743.04-
YUV103.6169.42177.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 54 (21.48% from 255) = 13.37%
BLUE value IS 177 (69.53% from 255) = 43.81%
R=42.82%
G=13.37%
B=43.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173541770.020.6900.31298.0553.2545.29
HexAD36B124501F12a352d
Octal2556626121050374526555
Binary1010110111011010110001101000101011111100101010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD36B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD36B1; }

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

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

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

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

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

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

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

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