#AD3FB7

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

Shades of Fuchsia #AD3FB7

Tints of Fuchsia #AD3FB7

Color information

#AD3FB7 (or 0xAD3FB7) is unknown color: approx Fuchsia. HEX triplet: AD, 3F and B7. RGB value is (173,63,183). Sum of RGB (Red+Green+Blue) = 173+63+183=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD3FB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3FB7 is #52C048. Grayscale: #6D6D6D. Windows color (decimal): -5423177 or 12009389. OLE color: 12009389.

HSL color Cylindrical-coordinate representation of color #AD3FB7: hue angle of 295º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3FB7 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17363183-
CMYK0.050.6600.28
HSL295º48.78%48.24%-
HSV(B)295º65.57%71.76%-
XYZ27.5615.8646.41-
YUV109.57169.44173.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 63 (25% from 255) = 15.04%
BLUE value IS 183 (71.88% from 255) = 43.68%
R=41.29%
G=15.04%
B=43.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173631830.050.6600.2829548.7848.24
HexAD3FB754201C1273130
Octal2557726751020344476160
Binary10101101111111101101111011000010011100100100111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3FB7; }

 p { color: rgb(173,63,183); }

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

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

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

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

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

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

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