#AD3AAF

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

Shades of Fuchsia #AD3AAF

Tints of Fuchsia #AD3AAF

Color information

#AD3AAF (or 0xAD3AAF) is unknown color: approx Fuchsia. HEX triplet: AD, 3A and AF. RGB value is (173,58,175). Sum of RGB (Red+Green+Blue) = 173+58+175=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD3AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3AAF is #52C550. Grayscale: #696969. Windows color (decimal): -5424465 or 11483821. OLE color: 11483821.

HSL color Cylindrical-coordinate representation of color #AD3AAF: hue angle of 298.97º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD3AAF is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17358175-
CMYK0.010.6700.31
HSL298.97º50.21%45.69%-
HSV(B)298.97º66.86%68.63%-
XYZ26.4815.0142.06-
YUV105.72167.1175.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 58 (23.05% from 255) = 14.29%
BLUE value IS 175 (68.75% from 255) = 43.10%
R=42.61%
G=14.29%
B=43.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173581750.010.6700.31298.9750.2145.69
HexAD3AAF14301F12b322e
Octal2557225711030374536256
Binary101011011110101010111111000011011111100101011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3AAF; }

 p { color: rgb(173,58,175); }

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

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

 a { background-color: rgb(173,58,175); }

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

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

 span { border-color: rgb(173,58,175); }

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