#AD5FBA

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

Shades of Fuchsia #AD5FBA

Tints of Fuchsia #AD5FBA

Color information

#AD5FBA (or 0xAD5FBA) is unknown color: approx Fuchsia. HEX triplet: AD, 5F and BA. RGB value is (173,95,186). Sum of RGB (Red+Green+Blue) = 173+95+186=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD5FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FBA is #52A045. Grayscale: #808080. Windows color (decimal): -5414982 or 12214189. OLE color: 12214189.

HSL color Cylindrical-coordinate representation of color #AD5FBA: hue angle of 291.43º 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 #AD5FBA is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17395186-
CMYK0.070.4900.27
HSL291.43º39.74%55.1%-
HSV(B)291.43º48.92%72.94%-
XYZ30.1920.6148.84-
YUV128.7160.34159.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 95 (37.5% from 255) = 20.93%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=38.11%
G=20.93%
B=40.97%

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
Decimal173951860.070.4900.27291.4339.7455.1
HexAD5FBA73101B1232837
Octal2551372727610334435067
Binary10101101101111110111010111110001011011100100011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5FBA; }

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

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

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

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

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

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

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

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