#AD3FAB

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

Shades of Fuchsia #AD3FAB

Tints of Fuchsia #AD3FAB

Color information

#AD3FAB (or 0xAD3FAB) is unknown color: approx Fuchsia. HEX triplet: AD, 3F and AB. RGB value is (173,63,171). Sum of RGB (Red+Green+Blue) = 173+63+171=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3FAB is #52C054. Grayscale: #6B6B6B. Windows color (decimal): -5423189 or 11222957. OLE color: 11222957.

HSL color Cylindrical-coordinate representation of color #AD3FAB: hue angle of 301.09º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD3FAB is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB17363171-
CMYK00.640.010.32
HSL301.09º46.61%46.27%-
HSV(B)301.09º63.58%67.84%-
XYZ26.3615.3840.11-
YUV108.2163.44174.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.51%
GREEN value IS 63 (25% from 255) = 15.48%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=42.51%
G=15.48%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736317100.640.010.32301.0946.6146.27
HexAD3FAB04012012d2f2e
Octal2557725301001404555756
Binary1010110111111110101011010000001100000100101101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3FAB; }

 p { color: rgb(173,63,171); }

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

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

 a { background-color: rgb(173,63,171); }

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

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

 span { border-color: rgb(173,63,171); }

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