#AD33B0

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

Shades of Fuchsia #AD33B0

Tints of Fuchsia #AD33B0

Color information

#AD33B0 (or 0xAD33B0) is unknown color: approx Fuchsia. HEX triplet: AD, 33 and B0. RGB value is (173,51,176). Sum of RGB (Red+Green+Blue) = 173+51+176=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD33B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD33B0 is #52CC4F. Grayscale: #656565. Windows color (decimal): -5426256 or 11547565. OLE color: 11547565.

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

Color convert

RGB17351176-
CMYK0.020.7100.31
HSL298.56º55.07%44.51%-
HSV(B)298.56º71.02%69.02%-
XYZ26.2514.3942.47-
YUV101.73169.92178.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 51 (20.31% from 255) = 12.75%
BLUE value IS 176 (69.14% from 255) = 44%
R=43.25%
G=12.75%
B=44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173511760.020.7100.31298.5655.0744.51
HexAD33B024701F12b372d
Octal2556326021070374536755
Binary1010110111001110110000101000111011111100101011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD33B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD33B0; }

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

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

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

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

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

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

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

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