#AD3CB2

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

Shades of Fuchsia #AD3CB2

Tints of Fuchsia #AD3CB2

Color information

#AD3CB2 (or 0xAD3CB2) is unknown color: approx Fuchsia. HEX triplet: AD, 3C and B2. RGB value is (173,60,178). Sum of RGB (Red+Green+Blue) = 173+60+178=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD3CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3CB2 is #52C34D. Grayscale: #6A6A6A. Windows color (decimal): -5423950 or 11680941. OLE color: 11680941.

HSL color Cylindrical-coordinate representation of color #AD3CB2: hue angle of 297.46º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3CB2 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17360178-
CMYK0.030.6600.30
HSL297.46º49.58%46.67%-
HSV(B)297.46º66.29%69.8%-
XYZ26.8915.3343.66-
YUV107.24167.94174.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 60 (23.83% from 255) = 14.60%
BLUE value IS 178 (69.92% from 255) = 43.31%
R=42.09%
G=14.60%
B=43.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173601780.030.6600.30297.4649.5846.67
HexAD3CB234201E129322f
Octal2557426231020364516257
Binary1010110111110010110010111000010011110100101001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3CB2; }

 p { color: rgb(173,60,178); }

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

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

 a { background-color: rgb(173,60,178); }

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

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

 span { border-color: rgb(173,60,178); }

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