#AD5ABA

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

Shades of Fuchsia #AD5ABA

Tints of Fuchsia #AD5ABA

Color information

#AD5ABA (or 0xAD5ABA) is unknown color: approx Fuchsia. HEX triplet: AD, 5A and BA. RGB value is (173,90,186). Sum of RGB (Red+Green+Blue) = 173+90+186=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD5ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ABA is #52A545. Grayscale: #7D7D7D. Windows color (decimal): -5416262 or 12212909. OLE color: 12212909.

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

Color convert

RGB17390186-
CMYK0.070.5200.27
HSL291.88º41.03%54.12%-
HSV(B)291.88º51.61%72.94%-
XYZ29.7519.7448.7-
YUV125.76162161.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 90 (35.55% from 255) = 20.04%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=38.53%
G=20.04%
B=41.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173901860.070.5200.27291.8841.0354.12
HexAD5ABA73401B1242936
Octal2551322727640334445166
Binary10101101101101010111010111110100011011100100100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5ABA; }

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

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

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

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

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

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

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

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