Html Css Color HEX #AD31AC Fuchsia

📋 copy color: '#AD31AC'

red 173 ◦ green 49 ◦ blue 172

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

Shades of Fuchsia #AD31AC

Tints of Fuchsia #AD31AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.44%

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

R = 43.91%
G = 12.44%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD31AC (or 0xAD31AC) is known color: Fuchsia. HEX triplet: AD, 31 and AC. RGB value is (173,49,172). Sum of RGB (Red+Green+Blue) = 173+49+172=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD31AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD31AC is #52CE53. Grayscale: #636363. Windows color (decimal): -5426772 or 11284909. OLE color: 11284909.

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

Color convert

RGB 173 49 172 -
CMYK 0 0.72 0.01 0.32
HSL 300.48º 0.56% 0.44% -
HSV(B) 300.48º 0.72% 0.68% -
XYZ 25.78 14.06 40.38 -
YUV 100.1 168.58 180 -
System Red Green Blue C M Y K H S L
Decimal 173 49 172 0 0.72 0.01 0.32 300.48 0.56 0.44
Hex AD 31 AC 0 48 1 20 12C 38 2C
Octal 255 61 254 0 110 1 40 454 70 54
Binary 10101101 110001 10101100 0 1001000 1 100000 100101100 111000 101100

Color Harmonies of #AD31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31AC

Black with #AD31AC

Text Example


Text Example

White with #AD31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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