#AD35B3

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

Shades of Fuchsia #AD35B3

Tints of Fuchsia #AD35B3

Color information

#AD35B3 (or 0xAD35B3) is unknown color: approx Fuchsia. HEX triplet: AD, 35 and B3. RGB value is (173,53,179). Sum of RGB (Red+Green+Blue) = 173+53+179=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD35B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD35B3 is #52CA4C. Grayscale: #666666. Windows color (decimal): -5425741 or 11744685. OLE color: 11744685.

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

Color convert

RGB17353179-
CMYK0.030.7000.30
HSL297.14º54.31%45.49%-
HSV(B)297.14º70.39%70.2%-
XYZ26.6414.6944.08-
YUV103.24170.76177.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.72%
GREEN value IS 53 (21.09% from 255) = 13.09%
BLUE value IS 179 (70.31% from 255) = 44.20%
R=42.72%
G=13.09%
B=44.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173531790.030.7000.30297.1454.3145.49
HexAD35B334601E129362d
Octal2556526331060364516655
Binary1010110111010110110011111000110011110100101001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD35B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD35B3; }

 p { color: rgb(173,53,179); }

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

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

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

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

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

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

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