Html Css Color HEX #AD32AB Fuchsia

📋 copy color: '#AD32AB'

red 173 ◦ green 50 ◦ blue 171

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

Shades of Fuchsia #AD32AB

Tints of Fuchsia #AD32AB

RGB

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

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

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

R = 43.91%
G = 12.69%
B = 43.4%

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

#AD32AB (or 0xAD32AB) is known color: Fuchsia. HEX triplet: AD, 32 and AB. RGB value is (173,50,171). Sum of RGB (Red+Green+Blue) = 173+50+171=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD32AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD32AB is #52CD54. Grayscale: #646464. Windows color (decimal): -5426517 or 11219629. OLE color: 11219629.

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

Color convert

RGB 173 50 171 -
CMYK 0 0.71 0.01 0.32
HSL 300.98º 0.55% 0.44% -
HSV(B) 300.98º 0.71% 0.68% -
XYZ 25.72 14.11 39.89 -
YUV 100.57 167.75 179.66 -
System Red Green Blue C M Y K H S L
Decimal 173 50 171 0 0.71 0.01 0.32 300.98 0.55 0.44
Hex AD 32 AB 0 47 1 20 12D 37 2C
Octal 255 62 253 0 107 1 40 455 67 54
Binary 10101101 110010 10101011 0 1000111 1 100000 100101101 110111 101100

Color Harmonies of #AD32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32AB

Black with #AD32AB

Text Example


Text Example

White with #AD32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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