#AD53BE

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

Shades of Fuchsia #AD53BE

Tints of Fuchsia #AD53BE

Color information

#AD53BE (or 0xAD53BE) is unknown color: approx Fuchsia. HEX triplet: AD, 53 and BE. RGB value is (173,83,190). Sum of RGB (Red+Green+Blue) = 173+83+190=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD53BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD53BE is #52AC41. Grayscale: #797979. Windows color (decimal): -5418050 or 12473261. OLE color: 12473261.

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

Color convert

RGB17383190-
CMYK0.090.5600.25
HSL290.47º45.15%53.53%-
HSV(B)290.47º56.32%74.51%-
XYZ29.6218.7950.78-
YUV122.11166.32164.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 83 (32.81% from 255) = 18.61%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=38.79%
G=18.61%
B=42.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173831900.090.5600.25290.4745.1553.53
HexAD53BE9380191222d36
Octal25512327611700314425566
Binary101011011010011101111101001111000011001100100010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD53BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD53BE; }

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

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

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

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

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

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

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

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