#AD62BA

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

Shades of Fuchsia #AD62BA

Tints of Fuchsia #AD62BA

Color information

#AD62BA (or 0xAD62BA) is unknown color: approx Fuchsia. HEX triplet: AD, 62 and BA. RGB value is (173,98,186). Sum of RGB (Red+Green+Blue) = 173+98+186=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD62BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD62BA is #529D45. Grayscale: #828282. Windows color (decimal): -5414214 or 12214957. OLE color: 12214957.

HSL color Cylindrical-coordinate representation of color #AD62BA: hue angle of 291.14º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD62BA is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17398186-
CMYK0.070.4700.27
HSL291.14º38.94%55.69%-
HSV(B)291.14º47.31%72.94%-
XYZ30.4621.1648.93-
YUV130.46159.35158.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 98 (38.67% from 255) = 21.44%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=37.86%
G=21.44%
B=40.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173981860.070.4700.27291.1438.9455.69
HexAD62BA72F01B1232738
Octal2551422727570334434770
Binary10101101110001010111010111101111011011100100011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD62BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD62BA; }

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

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

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

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

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

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

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

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