Html Css Color HEX #AC40BB Fuchsia

📋 copy color: '#AC40BB'

red 172 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #AC40BB

Tints of Fuchsia #AC40BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.13%

 BLUE value IS 187 (73.44% from 255) = 44.21%

R = 40.66%
G = 15.13%
B = 44.21%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC40BB (or 0xAC40BB) is known color: Fuchsia. HEX triplet: AC, 40 and BB. RGB value is (172,64,187). Sum of RGB (Red+Green+Blue) = 172+64+187=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC40BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40BB is #53BF44. Grayscale: #6D6D6D. Windows color (decimal): -5488453 or 12271788. OLE color: 12271788.

HSL color Cylindrical-coordinate representation of color #AC40BB: hue angle of 292.68º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC40BB is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 64 187 -
CMYK 0.08 0.66 0 0.27
HSL 292.68º 0.49% 0.49% -
HSV(B) 292.68º 0.66% 0.73% -
XYZ 27.82 16.03 48.64 -
YUV 110.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 172 64 187 0.08 0.66 0 0.27 292.68 0.49 0.49
Hex AC 40 BB 8 42 0 1B 125 31 31
Octal 254 100 273 10 102 0 33 445 61 61
Binary 10101100 1000000 10111011 1000 1000010 0 11011 100100101 110001 110001

Color Harmonies of #AC40BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC40BB

Black with #AC40BB

Text Example


Text Example

White with #AC40BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC40BB; }

 p { color: rgb(172,64,187); }

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

background-color css

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

 a { background-color: rgb(172,64,187); }

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

border-color css

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

 span { border-color: rgb(172,64,187); }

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