#AD43B1

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

Shades of Fuchsia #AD43B1

Tints of Fuchsia #AD43B1

Color information

#AD43B1 (or 0xAD43B1) is unknown color: approx Fuchsia. HEX triplet: AD, 43 and B1. RGB value is (173,67,177). Sum of RGB (Red+Green+Blue) = 173+67+177=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD43B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD43B1 is #52BC4E. Grayscale: #6E6E6E. Windows color (decimal): -5422159 or 11617197. OLE color: 11617197.

HSL color Cylindrical-coordinate representation of color #AD43B1: hue angle of 297.82º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD43B1 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17367177-
CMYK0.020.6200.31
HSL297.82º45.08%47.84%-
HSV(B)297.82º62.15%69.41%-
XYZ27.1816.0743.26-
YUV111.23165.12172.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 67 (26.56% from 255) = 16.07%
BLUE value IS 177 (69.53% from 255) = 42.45%
R=41.49%
G=16.07%
B=42.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173671770.020.6200.31297.8245.0847.84
HexAD43B123E01F12a2d30
Octal2551032612760374525560
Binary1010110110000111011000110111110011111100101010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD43B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD43B1; }

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

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

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

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

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

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

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

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