#AD5EBA

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

Shades of Fuchsia #AD5EBA

Tints of Fuchsia #AD5EBA

Color information

#AD5EBA (or 0xAD5EBA) is unknown color: approx Fuchsia. HEX triplet: AD, 5E and BA. RGB value is (173,94,186). Sum of RGB (Red+Green+Blue) = 173+94+186=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EBA is #52A145. Grayscale: #7F7F7F. Windows color (decimal): -5415238 or 12213933. OLE color: 12213933.

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

Color convert

RGB17394186-
CMYK0.070.4900.27
HSL291.52º40%54.9%-
HSV(B)291.52º49.46%72.94%-
XYZ30.120.4348.81-
YUV128.11160.67160.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 94 (37.11% from 255) = 20.75%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=38.19%
G=20.75%
B=41.06%

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
Decimal173941860.070.4900.27291.524054.9
HexAD5EBA73101B1242837
Octal2551362727610334445067
Binary10101101101111010111010111110001011011100100100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5EBA; }

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

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

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

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

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

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

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

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