#AD33AD

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

Shades of Fuchsia #AD33AD

Tints of Fuchsia #AD33AD

Color information

#AD33AD (or 0xAD33AD) is unknown color: approx Fuchsia. HEX triplet: AD, 33 and AD. RGB value is (173,51,173). Sum of RGB (Red+Green+Blue) = 173+51+173=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD33AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD33AD is #52CC52. Grayscale: #656565. Windows color (decimal): -5426259 or 11350957. OLE color: 11350957.

HSL color Cylindrical-coordinate representation of color #AD33AD: hue angle of 300º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD33AD is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17351173-
CMYK00.7100.32
HSL300º54.46%43.92%-
HSV(B)300º70.52%67.84%-
XYZ25.9614.2740.92-
YUV101.39168.42179.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 51 (20.31% from 255) = 12.85%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=43.58%
G=12.85%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735117300.7100.3230054.4643.92
HexAD33AD04702012c362c
Octal2556325501070404546654
Binary1010110111001110101101010001110100000100101100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD33AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD33AD; }

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

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

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

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

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

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

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

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