Html Css Color HEX #AC41AD Fuchsia

📋 copy color: '#AC41AD'

red 172 ◦ green 65 ◦ blue 173

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

Shades of Fuchsia #AC41AD

Tints of Fuchsia #AC41AD

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC41AD (or 0xAC41AD) is known color: Fuchsia. HEX triplet: AC, 41 and AD. RGB value is (172,65,173). Sum of RGB (Red+Green+Blue) = 172+65+173=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC41AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC41AD is #53BE52. Grayscale: #6C6C6C. Windows color (decimal): -5488211 or 11354540. OLE color: 11354540.

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

Color convert

RGB 172 65 173 -
CMYK 0.01 0.62 0 0.32
HSL 299.44º 0.45% 0.47% -
HSV(B) 299.44º 0.62% 0.68% -
XYZ 26.45 15.57 41.15 -
YUV 109.31 163.95 172.72 -
System Red Green Blue C M Y K H S L
Decimal 172 65 173 0.01 0.62 0 0.32 299.44 0.45 0.47
Hex AC 41 AD 1 3E 0 20 12B 2D 2F
Octal 254 101 255 1 76 0 40 453 55 57
Binary 10101100 1000001 10101101 1 111110 0 100000 100101011 101101 101111

Color Harmonies of #AC41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC41AD

Black with #AC41AD

Text Example


Text Example

White with #AC41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC41AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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