#AD43BA

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

Shades of Fuchsia #AD43BA

Tints of Fuchsia #AD43BA

Color information

#AD43BA (or 0xAD43BA) is unknown color: approx Fuchsia. HEX triplet: AD, 43 and BA. RGB value is (173,67,186). Sum of RGB (Red+Green+Blue) = 173+67+186=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD43BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD43BA is #52BC45. Grayscale: #6F6F6F. Windows color (decimal): -5422150 or 12207021. OLE color: 12207021.

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

Color convert

RGB17367186-
CMYK0.070.6400.27
HSL293.45º47.04%49.61%-
HSV(B)293.45º63.98%72.94%-
XYZ28.116.4448.15-
YUV112.26169.62171.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 67 (26.56% from 255) = 15.73%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=40.61%
G=15.73%
B=43.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173671860.070.6400.27293.4547.0449.61
HexAD43BA74001B1252f32
Octal25510327271000334455762
Binary101011011000011101110101111000000011011100100101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD43BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD43BA; }

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

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

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

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

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

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

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

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