Html Css Color HEX #AC4AAF Fuchsia

📋 copy color: '#AC4AAF'

red 172 ◦ green 74 ◦ blue 175

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

Shades of Fuchsia #AC4AAF

Tints of Fuchsia #AC4AAF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.58%

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 40.86%
G = 17.58%
B = 41.57%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC4AAF (or 0xAC4AAF) is known color: Fuchsia. HEX triplet: AC, 4A and AF. RGB value is (172,74,175). Sum of RGB (Red+Green+Blue) = 172+74+175=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC4AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4AAF is #53B550. Grayscale: #727272. Windows color (decimal): -5485905 or 11487916. OLE color: 11487916.

HSL color Cylindrical-coordinate representation of color #AC4AAF: hue angle of 298.22º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4AAF is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 74 175 -
CMYK 0.02 0.58 0 0.31
HSL 298.22º 0.41% 0.49% -
HSV(B) 298.22º 0.58% 0.69% -
XYZ 27.2 16.76 42.36 -
YUV 114.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 172 74 175 0.02 0.58 0 0.31 298.22 0.41 0.49
Hex AC 4A AF 2 3A 0 1F 12A 29 31
Octal 254 112 257 2 72 0 37 452 51 61
Binary 10101100 1001010 10101111 10 111010 0 11111 100101010 101001 110001

Color Harmonies of #AC4AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4AAF

Black with #AC4AAF

Text Example


Text Example

White with #AC4AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4AAF; }

 p { color: rgb(172,74,175); }

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

background-color css

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

 a { background-color: rgb(172,74,175); }

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

border-color css

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

 span { border-color: rgb(172,74,175); }

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