Html Css Color HEX #AD32AE Fuchsia

📋 copy color: '#AD32AE'

red 173 ◦ green 50 ◦ blue 174

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

Shades of Fuchsia #AD32AE

Tints of Fuchsia #AD32AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 43.58%
G = 12.59%
B = 43.83%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD32AE (or 0xAD32AE) is known color: Fuchsia. HEX triplet: AD, 32 and AE. RGB value is (173,50,174). Sum of RGB (Red+Green+Blue) = 173+50+174=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD32AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD32AE is #52CD51. Grayscale: #646464. Windows color (decimal): -5426514 or 11416237. OLE color: 11416237.

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

Color convert

RGB 173 50 174 -
CMYK 0.01 0.71 0 0.32
HSL 299.52º 0.55% 0.44% -
HSV(B) 299.52º 0.71% 0.68% -
XYZ 26.01 14.22 41.42 -
YUV 100.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 173 50 174 0.01 0.71 0 0.32 299.52 0.55 0.44
Hex AD 32 AE 1 47 0 20 12C 37 2C
Octal 255 62 256 1 107 0 40 454 67 54
Binary 10101101 110010 10101110 1 1000111 0 100000 100101100 110111 101100

Color Harmonies of #AD32AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32AE

Black with #AD32AE

Text Example


Text Example

White with #AD32AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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