#AD42BF

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

Shades of Fuchsia #AD42BF

Tints of Fuchsia #AD42BF

Color information

#AD42BF (or 0xAD42BF) is unknown color: approx Fuchsia. HEX triplet: AD, 42 and BF. RGB value is (173,66,191). Sum of RGB (Red+Green+Blue) = 173+66+191=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD42BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42BF is #52BD40. Grayscale: #6F6F6F. Windows color (decimal): -5422401 or 12534445. OLE color: 12534445.

HSL color Cylindrical-coordinate representation of color #AD42BF: hue angle of 291.36º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD42BF is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17366191-
CMYK0.090.6500.25
HSL291.36º49.41%50.39%-
HSV(B)291.36º65.45%74.9%-
XYZ28.5916.5450.98-
YUV112.24172.45171.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 66 (26.17% from 255) = 15.35%
BLUE value IS 191 (75% from 255) = 44.42%
R=40.23%
G=15.35%
B=44.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173661910.090.6500.25291.3649.4150.39
HexAD42BF9410191233132
Octal255102277111010314436162
Binary1010110110000101011111110011000001011001100100011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD42BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD42BF; }

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

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

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

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

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

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

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

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