#AD49B0

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

Shades of Fuchsia #AD49B0

Tints of Fuchsia #AD49B0

Color information

#AD49B0 (or 0xAD49B0) is unknown color: approx Fuchsia. HEX triplet: AD, 49 and B0. RGB value is (173,73,176). Sum of RGB (Red+Green+Blue) = 173+73+176=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD49B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD49B0 is #52B64F. Grayscale: #727272. Windows color (decimal): -5420624 or 11553197. OLE color: 11553197.

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

Color convert

RGB17373176-
CMYK0.020.5900.31
HSL298.25º41.37%48.82%-
HSV(B)298.25º58.52%69.02%-
XYZ27.4516.7842.87-
YUV114.64162.63169.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 73 (28.91% from 255) = 17.30%
BLUE value IS 176 (69.14% from 255) = 41.71%
R=41.00%
G=17.30%
B=41.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173731760.020.5900.31298.2541.3748.82
HexAD49B023B01F12a2931
Octal2551112602730374525161
Binary1010110110010011011000010111011011111100101010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD49B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD49B0; }

 p { color: rgb(173,73,176); }

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

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

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

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

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

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

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