#AD4AB0

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

Shades of Fuchsia #AD4AB0

Tints of Fuchsia #AD4AB0

Color information

#AD4AB0 (or 0xAD4AB0) is unknown color: approx Fuchsia. HEX triplet: AD, 4A and B0. RGB value is (173,74,176). Sum of RGB (Red+Green+Blue) = 173+74+176=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD4AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4AB0 is #52B54F. Grayscale: #727272. Windows color (decimal): -5420368 or 11553453. OLE color: 11553453.

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

Color convert

RGB17374176-
CMYK0.020.5800.31
HSL298.24º40.8%49.02%-
HSV(B)298.24º57.95%69.02%-
XYZ27.5216.9242.89-
YUV115.23162.3169.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 74 (29.30% from 255) = 17.49%
BLUE value IS 176 (69.14% from 255) = 41.61%
R=40.90%
G=17.49%
B=41.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173741760.020.5800.31298.2440.849.02
HexAD4AB023A01F12a2931
Octal2551122602720374525161
Binary1010110110010101011000010111010011111100101010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4AB0; }

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

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

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

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

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

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

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

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