Html Css Color HEX #AD31AB Fuchsia

📋 copy color: '#AD31AB'

red 173 ◦ green 49 ◦ blue 171

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

Shades of Fuchsia #AD31AB

Tints of Fuchsia #AD31AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 44.02%
G = 12.47%
B = 43.51%

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

#AD31AB (or 0xAD31AB) is known color: Fuchsia. HEX triplet: AD, 31 and AB. RGB value is (173,49,171). Sum of RGB (Red+Green+Blue) = 173+49+171=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD31AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD31AB is #52CE54. Grayscale: #636363. Windows color (decimal): -5426773 or 11219373. OLE color: 11219373.

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

Color convert

RGB 173 49 171 -
CMYK 0 0.72 0.01 0.32
HSL 300.97º 0.56% 0.44% -
HSV(B) 300.97º 0.72% 0.68% -
XYZ 25.68 14.02 39.88 -
YUV 99.98 168.08 180.08 -
System Red Green Blue C M Y K H S L
Decimal 173 49 171 0 0.72 0.01 0.32 300.97 0.56 0.44
Hex AD 31 AB 0 48 1 20 12D 38 2C
Octal 255 61 253 0 110 1 40 455 70 54
Binary 10101101 110001 10101011 0 1001000 1 100000 100101101 111000 101100

Color Harmonies of #AD31AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31AB

Black with #AD31AB

Text Example


Text Example

White with #AD31AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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