Html Css Color HEX #AD32AD Fuchsia

📋 copy color: '#AD32AD'

red 173 ◦ green 50 ◦ blue 173

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

Shades of Fuchsia #AD32AD

Tints of Fuchsia #AD32AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 43.69%
G = 12.63%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD32AD (or 0xAD32AD) is known color: Fuchsia. HEX triplet: AD, 32 and AD. RGB value is (173,50,173). Sum of RGB (Red+Green+Blue) = 173+50+173=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD32AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD32AD is #52CD52. Grayscale: #646464. Windows color (decimal): -5426515 or 11350701. OLE color: 11350701.

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

Color convert

RGB 173 50 173 -
CMYK 0 0.71 0 0.32
HSL 300º 0.55% 0.44% -
HSV(B) 300º 0.71% 0.68% -
XYZ 25.92 14.18 40.91 -
YUV 100.8 168.75 179.5 -
System Red Green Blue C M Y K H S L
Decimal 173 50 173 0 0.71 0 0.32 300 0.55 0.44
Hex AD 32 AD 0 47 0 20 12C 37 2C
Octal 255 62 255 0 107 0 40 454 67 54
Binary 10101101 110010 10101101 0 1000111 0 100000 100101100 110111 101100

Color Harmonies of #AD32AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32AD

Black with #AD32AD

Text Example


Text Example

White with #AD32AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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