Html Css Color HEX #AD41AC Fuchsia

📋 copy color: '#AD41AC'

red 173 ◦ green 65 ◦ blue 172

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

Shades of Fuchsia #AD41AC

Tints of Fuchsia #AD41AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.85%

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

R = 42.2%
G = 15.85%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD41AC (or 0xAD41AC) is known color: Fuchsia. HEX triplet: AD, 41 and AC. RGB value is (173,65,172). Sum of RGB (Red+Green+Blue) = 173+65+172=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD41AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD41AC is #52BE53. Grayscale: #6D6D6D. Windows color (decimal): -5422676 or 11289005. OLE color: 11289005.

HSL color Cylindrical-coordinate representation of color #AD41AC: hue angle of 300.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD41AC is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 65 172 -
CMYK 0 0.62 0.01 0.32
HSL 300.56º 0.45% 0.47% -
HSV(B) 300.56º 0.62% 0.68% -
XYZ 26.57 15.64 40.65 -
YUV 109.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 173 65 172 0 0.62 0.01 0.32 300.56 0.45 0.47
Hex AD 41 AC 0 3E 1 20 12D 2D 2F
Octal 255 101 254 0 76 1 40 455 55 57
Binary 10101101 1000001 10101100 0 111110 1 100000 100101101 101101 101111

Color Harmonies of #AD41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41AC

Black with #AD41AC

Text Example


Text Example

White with #AD41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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