#AD42BA

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

Shades of Fuchsia #AD42BA

Tints of Fuchsia #AD42BA

Color information

#AD42BA (or 0xAD42BA) is unknown color: approx Fuchsia. HEX triplet: AD, 42 and BA. RGB value is (173,66,186). Sum of RGB (Red+Green+Blue) = 173+66+186=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD42BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42BA is #52BD45. Grayscale: #6F6F6F. Windows color (decimal): -5422406 or 12206765. OLE color: 12206765.

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

Color convert

RGB17366186-
CMYK0.070.6500.27
HSL293.5º47.62%49.41%-
HSV(B)293.5º64.52%72.94%-
XYZ28.0416.3348.13-
YUV111.67169.95171.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 66 (26.17% from 255) = 15.53%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=40.71%
G=15.53%
B=43.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173661860.070.6500.27293.547.6249.41
HexAD42BA74101B1263031
Octal25510227271010334466061
Binary101011011000010101110101111000001011011100100110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD42BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD42BA; }

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

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

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

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

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

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

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

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