#ad3cb1

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

Shades of Fuchsia #AD3CB1

Tints of Fuchsia #AD3CB1

Color information

#AD3CB1 (or 0xAD3CB1) is unknown color: approx Fuchsia. HEX triplet: AD, 3C and B1. RGB value is (173,60,177). Sum of RGB (Red+Green+Blue) = 173+60+177=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD3CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3CB1 is #52C34E. Grayscale: #6A6A6A. Windows color (decimal): -5423951 or 11615405. OLE color: 11615405.

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

Color convert

RGB17360177-
CMYK0.020.6600.31
HSL297.95º49.37%46.47%-
HSV(B)297.95º66.1%69.41%-
XYZ26.7915.2943.13-
YUV107.12167.44174.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.20%
GREEN value IS 60 (23.83% from 255) = 14.63%
BLUE value IS 177 (69.53% from 255) = 43.17%
R=42.20%
G=14.63%
B=43.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173601770.020.6600.31297.9549.3746.47
HexAD3CB124201F12a312e
Octal2557426121020374526156
Binary1010110111110010110001101000010011111100101010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad3cb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad3cb1; }

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

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

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

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

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

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

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

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