#AD4ABA

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

Shades of Fuchsia #AD4ABA

Tints of Fuchsia #AD4ABA

Color information

#AD4ABA (or 0xAD4ABA) is unknown color: approx Fuchsia. HEX triplet: AD, 4A and BA. RGB value is (173,74,186). Sum of RGB (Red+Green+Blue) = 173+74+186=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD4ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4ABA is #52B545. Grayscale: #747474. Windows color (decimal): -5420358 or 12208813. OLE color: 12208813.

HSL color Cylindrical-coordinate representation of color #AD4ABA: hue angle of 293.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4ABA is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17374186-
CMYK0.070.6000.27
HSL293.04º44.8%50.98%-
HSV(B)293.04º60.22%72.94%-
XYZ28.5517.3348.29-
YUV116.37167.3168.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 74 (29.30% from 255) = 17.09%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=39.95%
G=17.09%
B=42.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173741860.070.6000.27293.0444.850.98
HexAD4ABA73C01B1252d33
Octal2551122727740334455563
Binary10101101100101010111010111111100011011100100101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4ABA; }

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

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

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

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

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

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

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

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