Html Css Color HEX #AC43BF Fuchsia

📋 copy color: '#AC43BF'

red 172 ◦ green 67 ◦ blue 191

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

Shades of Fuchsia #AC43BF

Tints of Fuchsia #AC43BF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.58%

 BLUE value IS 191 (75% from 255) = 44.42%

R = 40%
G = 15.58%
B = 44.42%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC43BF (or 0xAC43BF) is known color: Fuchsia. HEX triplet: AC, 43 and BF. RGB value is (172,67,191). Sum of RGB (Red+Green+Blue) = 172+67+191=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC43BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43BF is #53BC40. Grayscale: #707070. Windows color (decimal): -5487681 or 12534700. OLE color: 12534700.

HSL color Cylindrical-coordinate representation of color #AC43BF: hue angle of 290.81º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC43BF is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 67 191 -
CMYK 0.10 0.65 0 0.25
HSL 290.81º 0.49% 0.51% -
HSV(B) 290.81º 0.65% 0.75% -
XYZ 28.42 16.55 50.99 -
YUV 112.53 172.29 170.42 -
System Red Green Blue C M Y K H S L
Decimal 172 67 191 0.10 0.65 0 0.25 290.81 0.49 0.51
Hex AC 43 BF A 41 0 19 123 31 33
Octal 254 103 277 12 101 0 31 443 61 63
Binary 10101100 1000011 10111111 1010 1000001 0 11001 100100011 110001 110011

Color Harmonies of #AC43BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC43BF

Black with #AC43BF

Text Example


Text Example

White with #AC43BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC43BF; }

 p { color: rgb(172,67,191); }

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

background-color css

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

 a { background-color: rgb(172,67,191); }

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

border-color css

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

 span { border-color: rgb(172,67,191); }

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