Html Css Color HEX #AC42BF Fuchsia

📋 copy color: '#AC42BF'

red 172 ◦ green 66 ◦ blue 191

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

Shades of Fuchsia #AC42BF

Tints of Fuchsia #AC42BF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.38%

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

R = 40.09%
G = 15.38%
B = 44.52%

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

#AC42BF (or 0xAC42BF) is known color: Fuchsia. HEX triplet: AC, 42 and BF. RGB value is (172,66,191). Sum of RGB (Red+Green+Blue) = 172+66+191=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC42BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC42BF is #53BD40. Grayscale: #6F6F6F. Windows color (decimal): -5487937 or 12534444. OLE color: 12534444.

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

Color convert

RGB 172 66 191 -
CMYK 0.10 0.65 0 0.25
HSL 290.88º 0.49% 0.5% -
HSV(B) 290.88º 0.65% 0.75% -
XYZ 28.37 16.43 50.97 -
YUV 111.94 172.62 170.84 -
System Red Green Blue C M Y K H S L
Decimal 172 66 191 0.10 0.65 0 0.25 290.88 0.49 0.5
Hex AC 42 BF A 41 0 19 123 31 32
Octal 254 102 277 12 101 0 31 443 61 62
Binary 10101100 1000010 10111111 1010 1000001 0 11001 100100011 110001 110010

Color Harmonies of #AC42BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC42BF

Black with #AC42BF

Text Example


Text Example

White with #AC42BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC42BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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