Html Css Color HEX #AC42B8 Fuchsia

📋 copy color: '#AC42B8'

red 172 ◦ green 66 ◦ blue 184

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

Shades of Fuchsia #AC42B8

Tints of Fuchsia #AC42B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.6%

R = 40.76%
G = 15.64%
B = 43.6%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC42B8 (or 0xAC42B8) is known color: Fuchsia. HEX triplet: AC, 42 and B8. RGB value is (172,66,184). Sum of RGB (Red+Green+Blue) = 172+66+184=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC42B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC42B8 is #53BD47. Grayscale: #6E6E6E. Windows color (decimal): -5487944 or 12075692. OLE color: 12075692.

HSL color Cylindrical-coordinate representation of color #AC42B8: hue angle of 293.9º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC42B8 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 66 184 -
CMYK 0.07 0.64 0 0.28
HSL 293.9º 0.47% 0.49% -
HSV(B) 293.9º 0.64% 0.72% -
XYZ 27.61 16.13 47.01 -
YUV 111.15 169.12 171.41 -
System Red Green Blue C M Y K H S L
Decimal 172 66 184 0.07 0.64 0 0.28 293.9 0.47 0.49
Hex AC 42 B8 7 40 0 1C 126 2F 31
Octal 254 102 270 7 100 0 34 446 57 61
Binary 10101100 1000010 10111000 111 1000000 0 11100 100100110 101111 110001

Color Harmonies of #AC42B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC42B8

Black with #AC42B8

Text Example


Text Example

White with #AC42B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC42B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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