Html Css Color HEX #AD32AA Fuchsia

📋 copy color: '#AD32AA'

red 173 ◦ green 50 ◦ blue 170

#AD32AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #AD32AA

Tints of Fuchsia #AD32AA

RGB

 RED value IS 173 (67.97% from 255) = 44.02%

 GREEN value IS 50 (19.92% from 255) = 12.72%

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 44.02%
G = 12.72%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD32AA (or 0xAD32AA) is known color: Fuchsia. HEX triplet: AD, 32 and AA. RGB value is (173,50,170). Sum of RGB (Red+Green+Blue) = 173+50+170=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD32AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD32AA is #52CD55. Grayscale: #646464. Windows color (decimal): -5426518 or 11154093. OLE color: 11154093.

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

Color convert

RGB 173 50 170 -
CMYK 0 0.71 0.02 0.32
HSL 301.46º 0.55% 0.44% -
HSV(B) 301.46º 0.71% 0.68% -
XYZ 25.63 14.07 39.39 -
YUV 100.46 167.25 179.74 -
System Red Green Blue C M Y K H S L
Decimal 173 50 170 0 0.71 0.02 0.32 301.46 0.55 0.44
Hex AD 32 AA 0 47 2 20 12D 37 2C
Octal 255 62 252 0 107 2 40 455 67 54
Binary 10101101 110010 10101010 0 1000111 10 100000 100101101 110111 101100

Color Harmonies of #AD32AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32AA

Black with #AD32AA

Text Example


Text Example

White with #AD32AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32AA; }

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

 H1.HeaderClassName
 {
   color: #AD32AA;
 }
 .AnyTagClassName
 {
   color: #AD32AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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