#AD3CAA

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

Shades of Fuchsia #AD3CAA

Tints of Fuchsia #AD3CAA

Color information

#AD3CAA (or 0xAD3CAA) is unknown color: approx Fuchsia. HEX triplet: AD, 3C and AA. RGB value is (173,60,170). Sum of RGB (Red+Green+Blue) = 173+60+170=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3CAA is #52C355. Grayscale: #6A6A6A. Windows color (decimal): -5423958 or 11156653. OLE color: 11156653.

HSL color Cylindrical-coordinate representation of color #AD3CAA: hue angle of 301.59º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3CAA is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17360170-
CMYK00.650.020.32
HSL301.59º48.5%45.69%-
HSV(B)301.59º65.32%67.84%-
XYZ26.1115.0239.55-
YUV106.33163.94175.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 60 (23.83% from 255) = 14.89%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=42.93%
G=14.89%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736017000.650.020.32301.5948.545.69
HexAD3CAA04122012e302e
Octal2557425201012404566056
Binary10101101111100101010100100000110100000100101110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3CAA; }

 p { color: rgb(173,60,170); }

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

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

 a { background-color: rgb(173,60,170); }

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

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

 span { border-color: rgb(173,60,170); }

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