Html Css Color HEX #AC40BC Fuchsia

📋 copy color: '#AC40BC'

red 172 ◦ green 64 ◦ blue 188

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

Shades of Fuchsia #AC40BC

Tints of Fuchsia #AC40BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 40.57%
G = 15.09%
B = 44.34%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC40BC (or 0xAC40BC) is known color: Fuchsia. HEX triplet: AC, 40 and BC. RGB value is (172,64,188). Sum of RGB (Red+Green+Blue) = 172+64+188=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC40BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40BC is #53BF43. Grayscale: #6E6E6E. Windows color (decimal): -5488452 or 12337324. OLE color: 12337324.

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

Color convert

RGB 172 64 188 -
CMYK 0.09 0.66 0 0.26
HSL 292.26º 0.49% 0.49% -
HSV(B) 292.26º 0.66% 0.74% -
XYZ 27.92 16.07 49.21 -
YUV 110.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 172 64 188 0.09 0.66 0 0.26 292.26 0.49 0.49
Hex AC 40 BC 9 42 0 1A 124 31 31
Octal 254 100 274 11 102 0 32 444 61 61
Binary 10101100 1000000 10111100 1001 1000010 0 11010 100100100 110001 110001

Color Harmonies of #AC40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC40BC

Black with #AC40BC

Text Example


Text Example

White with #AC40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC40BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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