#AD61B8

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

Shades of Fuchsia #AD61B8

Tints of Fuchsia #AD61B8

Color information

#AD61B8 (or 0xAD61B8) is unknown color: approx Fuchsia. HEX triplet: AD, 61 and B8. RGB value is (173,97,184). Sum of RGB (Red+Green+Blue) = 173+97+184=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD61B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61B8 is #529E47. Grayscale: #818181. Windows color (decimal): -5414472 or 12083629. OLE color: 12083629.

HSL color Cylindrical-coordinate representation of color #AD61B8: hue angle of 292.41º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD61B8 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17397184-
CMYK0.060.4700.28
HSL292.41º37.99%55.1%-
HSV(B)292.41º47.28%72.16%-
XYZ30.1620.8947.79-
YUV129.64158.68158.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 97 (38.28% from 255) = 21.37%
BLUE value IS 184 (72.27% from 255) = 40.53%
R=38.11%
G=21.37%
B=40.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173971840.060.4700.28292.4137.9955.1
HexAD61B862F01C1242637
Octal2551412706570344444667
Binary10101101110000110111000110101111011100100100100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD61B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD61B8; }

 p { color: rgb(173,97,184); }

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

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

 a { background-color: rgb(173,97,184); }

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

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

 span { border-color: rgb(173,97,184); }

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