Html Css Color HEX #AD31AA Fuchsia

📋 copy color: '#AD31AA'

red 173 ◦ green 49 ◦ blue 170

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

Shades of Fuchsia #AD31AA

Tints of Fuchsia #AD31AA

RGB

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

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

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

R = 44.13%
G = 12.5%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD31AA (or 0xAD31AA) is known color: Fuchsia. HEX triplet: AD, 31 and AA. RGB value is (173,49,170). Sum of RGB (Red+Green+Blue) = 173+49+170=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD31AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD31AA is #52CE55. Grayscale: #636363. Windows color (decimal): -5426774 or 11153837. OLE color: 11153837.

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

Color convert

RGB 173 49 170 -
CMYK 0 0.72 0.02 0.32
HSL 301.45º 0.56% 0.44% -
HSV(B) 301.45º 0.72% 0.68% -
XYZ 25.59 13.98 39.38 -
YUV 99.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 173 49 170 0 0.72 0.02 0.32 301.45 0.56 0.44
Hex AD 31 AA 0 48 2 20 12D 38 2C
Octal 255 61 252 0 110 2 40 455 70 54
Binary 10101101 110001 10101010 0 1001000 10 100000 100101101 111000 101100

Color Harmonies of #AD31AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31AA

Black with #AD31AA

Text Example


Text Example

White with #AD31AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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