Html Css Color HEX #AC5AB8 Fuchsia

📋 copy color: '#AC5AB8'

red 172 ◦ green 90 ◦ blue 184

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

Shades of Fuchsia #AC5AB8

Tints of Fuchsia #AC5AB8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.18%

 BLUE value IS 184 (72.27% from 255) = 41.26%

R = 38.57%
G = 20.18%
B = 41.26%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC5AB8 (or 0xAC5AB8) is known color: Fuchsia. HEX triplet: AC, 5A and B8. RGB value is (172,90,184). Sum of RGB (Red+Green+Blue) = 172+90+184=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC5AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5AB8 is #53A547. Grayscale: #7C7C7C. Windows color (decimal): -5481800 or 12081836. OLE color: 12081836.

HSL color Cylindrical-coordinate representation of color #AC5AB8: hue angle of 292.34º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5AB8 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 90 184 -
CMYK 0.07 0.51 0 0.28
HSL 292.34º 0.4% 0.54% -
HSV(B) 292.34º 0.51% 0.72% -
XYZ 29.32 19.54 47.57 -
YUV 125.23 161.17 161.36 -
System Red Green Blue C M Y K H S L
Decimal 172 90 184 0.07 0.51 0 0.28 292.34 0.4 0.54
Hex AC 5A B8 7 33 0 1C 124 28 36
Octal 254 132 270 7 63 0 34 444 50 66
Binary 10101100 1011010 10111000 111 110011 0 11100 100100100 101000 110110

Color Harmonies of #AC5AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5AB8

Black with #AC5AB8

Text Example


Text Example

White with #AC5AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5AB8; }

 p { color: rgb(172,90,184); }

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

background-color css

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

 a { background-color: rgb(172,90,184); }

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

border-color css

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

 span { border-color: rgb(172,90,184); }

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