#AD5FBB

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

Shades of Fuchsia #AD5FBB

Tints of Fuchsia #AD5FBB

Color information

#AD5FBB (or 0xAD5FBB) is unknown color: approx Fuchsia. HEX triplet: AD, 5F and BB. RGB value is (173,95,187). Sum of RGB (Red+Green+Blue) = 173+95+187=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD5FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FBB is #52A044. Grayscale: #808080. Windows color (decimal): -5414981 or 12279725. OLE color: 12279725.

HSL color Cylindrical-coordinate representation of color #AD5FBB: hue angle of 290.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5FBB is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17395187-
CMYK0.070.4900.27
HSL290.87º40.35%55.29%-
HSV(B)290.87º49.2%73.33%-
XYZ30.320.6649.4-
YUV128.81160.84159.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 95 (37.5% from 255) = 20.88%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=38.02%
G=20.88%
B=41.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173951870.070.4900.27290.8740.3555.29
HexAD5FBB73101B1232837
Octal2551372737610334435067
Binary10101101101111110111011111110001011011100100011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5FBB; }

 p { color: rgb(173,95,187); }

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

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

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

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

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

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

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