Html Css Color HEX #AD34AC Fuchsia

📋 copy color: '#AD34AC'

red 173 ◦ green 52 ◦ blue 172

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

Shades of Fuchsia #AD34AC

Tints of Fuchsia #AD34AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.1%

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 43.58%
G = 13.1%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD34AC (or 0xAD34AC) is known color: Fuchsia. HEX triplet: AD, 34 and AC. RGB value is (173,52,172). Sum of RGB (Red+Green+Blue) = 173+52+172=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD34AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD34AC is #52CB53. Grayscale: #656565. Windows color (decimal): -5426004 or 11285677. OLE color: 11285677.

HSL color Cylindrical-coordinate representation of color #AD34AC: hue angle of 300.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD34AC is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 52 172 -
CMYK 0 0.70 0.01 0.32
HSL 300.5º 0.54% 0.44% -
HSV(B) 300.5º 0.7% 0.68% -
XYZ 25.91 14.32 40.43 -
YUV 101.86 167.59 178.74 -
System Red Green Blue C M Y K H S L
Decimal 173 52 172 0 0.70 0.01 0.32 300.5 0.54 0.44
Hex AD 34 AC 0 46 1 20 12C 36 2C
Octal 255 64 254 0 106 1 40 454 66 54
Binary 10101101 110100 10101100 0 1000110 1 100000 100101100 110110 101100

Color Harmonies of #AD34AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD34AC

Black with #AD34AC

Text Example


Text Example

White with #AD34AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD34AC; }

 p { color: rgb(173,52,172); }

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

background-color css

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

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

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

border-color css

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

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

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