Html Css Color HEX #AC40B5 Fuchsia

📋 copy color: '#AC40B5'

red 172 ◦ green 64 ◦ blue 181

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

Shades of Fuchsia #AC40B5

Tints of Fuchsia #AC40B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.41%

R = 41.25%
G = 15.35%
B = 43.41%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AC40B5 (or 0xAC40B5) is known color: Fuchsia. HEX triplet: AC, 40 and B5. RGB value is (172,64,181). Sum of RGB (Red+Green+Blue) = 172+64+181=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC40B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40B5 is #53BF4A. Grayscale: #6D6D6D. Windows color (decimal): -5488459 or 11878572. OLE color: 11878572.

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

Color convert

RGB 172 64 181 -
CMYK 0.05 0.65 0 0.29
HSL 295.38º 0.48% 0.48% -
HSV(B) 295.38º 0.65% 0.71% -
XYZ 27.19 15.77 45.33 -
YUV 109.63 168.28 172.49 -
System Red Green Blue C M Y K H S L
Decimal 172 64 181 0.05 0.65 0 0.29 295.38 0.48 0.48
Hex AC 40 B5 5 41 0 1D 127 30 30
Octal 254 100 265 5 101 0 35 447 60 60
Binary 10101100 1000000 10110101 101 1000001 0 11101 100100111 110000 110000

Color Harmonies of #AC40B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC40B5

Black with #AC40B5

Text Example


Text Example

White with #AC40B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC40B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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