#AD50BE

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

Shades of Fuchsia #AD50BE

Tints of Fuchsia #AD50BE

Color information

#AD50BE (or 0xAD50BE) is unknown color: approx Fuchsia. HEX triplet: AD, 50 and BE. RGB value is (173,80,190). Sum of RGB (Red+Green+Blue) = 173+80+190=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD50BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50BE is #52AF41. Grayscale: #787878. Windows color (decimal): -5418818 or 12472493. OLE color: 12472493.

HSL color Cylindrical-coordinate representation of color #AD50BE: hue angle of 290.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD50BE is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17380190-
CMYK0.090.5800.25
HSL290.73º45.83%52.94%-
HSV(B)290.73º57.89%74.51%-
XYZ29.418.3450.71-
YUV120.35167.31165.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=39.05%
G=18.06%
B=42.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173801900.090.5800.25290.7345.8352.94
HexAD50BE93A0191232e35
Octal25512027611720314435665
Binary101011011010000101111101001111010011001100100011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD50BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD50BE; }

 p { color: rgb(173,80,190); }

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

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

 a { background-color: rgb(173,80,190); }

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

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

 span { border-color: rgb(173,80,190); }

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