Html Css Color HEX #AC42BD Fuchsia

📋 copy color: '#AC42BD'

red 172 ◦ green 66 ◦ blue 189

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

Shades of Fuchsia #AC42BD

Tints of Fuchsia #AC42BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.26%

R = 40.28%
G = 15.46%
B = 44.26%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC42BD (or 0xAC42BD) is known color: Fuchsia. HEX triplet: AC, 42 and BD. RGB value is (172,66,189). Sum of RGB (Red+Green+Blue) = 172+66+189=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC42BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC42BD is #53BD42. Grayscale: #6F6F6F. Windows color (decimal): -5487939 or 12403372. OLE color: 12403372.

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

Color convert

RGB 172 66 189 -
CMYK 0.09 0.65 0 0.26
HSL 291.71º 0.48% 0.5% -
HSV(B) 291.71º 0.65% 0.74% -
XYZ 28.15 16.34 49.81 -
YUV 111.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 172 66 189 0.09 0.65 0 0.26 291.71 0.48 0.5
Hex AC 42 BD 9 41 0 1A 124 30 32
Octal 254 102 275 11 101 0 32 444 60 62
Binary 10101100 1000010 10111101 1001 1000001 0 11010 100100100 110000 110010

Color Harmonies of #AC42BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC42BD

Black with #AC42BD

Text Example


Text Example

White with #AC42BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC42BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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