Html Css Color HEX #AD32AC Fuchsia

📋 copy color: '#AD32AC'

red 173 ◦ green 50 ◦ blue 172

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

Shades of Fuchsia #AD32AC

Tints of Fuchsia #AD32AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 43.8%
G = 12.66%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD32AC (or 0xAD32AC) is known color: Fuchsia. HEX triplet: AD, 32 and AC. RGB value is (173,50,172). Sum of RGB (Red+Green+Blue) = 173+50+172=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD32AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD32AC is #52CD53. Grayscale: #646464. Windows color (decimal): -5426516 or 11285165. OLE color: 11285165.

HSL color Cylindrical-coordinate representation of color #AD32AC: hue angle of 300.49º 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 #AD32AC is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 50 172 -
CMYK 0 0.71 0.01 0.32
HSL 300.49º 0.55% 0.44% -
HSV(B) 300.49º 0.71% 0.68% -
XYZ 25.82 14.14 40.4 -
YUV 100.69 168.25 179.58 -
System Red Green Blue C M Y K H S L
Decimal 173 50 172 0 0.71 0.01 0.32 300.49 0.55 0.44
Hex AD 32 AC 0 47 1 20 12C 37 2C
Octal 255 62 254 0 107 1 40 454 67 54
Binary 10101101 110010 10101100 0 1000111 1 100000 100101100 110111 101100

Color Harmonies of #AD32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32AC

Black with #AD32AC

Text Example


Text Example

White with #AD32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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