#AD63BA

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

Shades of Fuchsia #AD63BA

Tints of Fuchsia #AD63BA

Color information

#AD63BA (or 0xAD63BA) is unknown color: approx Fuchsia. HEX triplet: AD, 63 and BA. RGB value is (173,99,186). Sum of RGB (Red+Green+Blue) = 173+99+186=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD63BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63BA is #529C45. Grayscale: #828282. Windows color (decimal): -5413958 or 12215213. OLE color: 12215213.

HSL color Cylindrical-coordinate representation of color #AD63BA: hue angle of 291.03º 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 #AD63BA is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17399186-
CMYK0.070.4700.27
HSL291.03º38.67%55.88%-
HSV(B)291.03º46.77%72.94%-
XYZ30.5621.3548.97-
YUV131.04159.02157.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.77%
GREEN value IS 99 (39.06% from 255) = 21.62%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=37.77%
G=21.62%
B=40.61%

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
Decimal173991860.070.4700.27291.0338.6755.88
HexAD63BA72F01B1232738
Octal2551432727570334434770
Binary10101101110001110111010111101111011011100100011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD63BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD63BA; }

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

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

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

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

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

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

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

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