#AD57BE

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

Shades of Fuchsia #AD57BE

Tints of Fuchsia #AD57BE

Color information

#AD57BE (or 0xAD57BE) is unknown color: approx Fuchsia. HEX triplet: AD, 57 and BE. RGB value is (173,87,190). Sum of RGB (Red+Green+Blue) = 173+87+190=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD57BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57BE is #52A841. Grayscale: #7C7C7C. Windows color (decimal): -5417026 or 12474285. OLE color: 12474285.

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

Color convert

RGB17387190-
CMYK0.090.5400.25
HSL290.1º44.21%54.31%-
HSV(B)290.1º54.21%74.51%-
XYZ29.9419.4250.89-
YUV124.46164.99162.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 87 (34.38% from 255) = 19.33%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=38.44%
G=19.33%
B=42.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173871900.090.5400.25290.144.2154.31
HexAD57BE9360191222c36
Octal25512727611660314425466
Binary101011011010111101111101001110110011001100100010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD57BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD57BE; }

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

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

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

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

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

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

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

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