Html Css Color HEX #AC40B7 Fuchsia

📋 copy color: '#AC40B7'

red 172 ◦ green 64 ◦ blue 183

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

Shades of Fuchsia #AC40B7

Tints of Fuchsia #AC40B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.68%

R = 41.05%
G = 15.27%
B = 43.68%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC40B7 (or 0xAC40B7) is known color: Fuchsia. HEX triplet: AC, 40 and B7. RGB value is (172,64,183). Sum of RGB (Red+Green+Blue) = 172+64+183=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC40B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40B7 is #53BF48. Grayscale: #6D6D6D. Windows color (decimal): -5488457 or 12009644. OLE color: 12009644.

HSL color Cylindrical-coordinate representation of color #AC40B7: hue angle of 294.45º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC40B7 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 64 183 -
CMYK 0.06 0.65 0 0.28
HSL 294.45º 0.48% 0.48% -
HSV(B) 294.45º 0.65% 0.72% -
XYZ 27.39 15.86 46.42 -
YUV 109.86 169.28 172.32 -
System Red Green Blue C M Y K H S L
Decimal 172 64 183 0.06 0.65 0 0.28 294.45 0.48 0.48
Hex AC 40 B7 6 41 0 1C 126 30 30
Octal 254 100 267 6 101 0 34 446 60 60
Binary 10101100 1000000 10110111 110 1000001 0 11100 100100110 110000 110000

Color Harmonies of #AC40B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC40B7

Black with #AC40B7

Text Example


Text Example

White with #AC40B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC40B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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