Html Css Color HEX #AC50B2 Fuchsia

📋 copy color: '#AC50B2'

red 172 ◦ green 80 ◦ blue 178

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

Shades of Fuchsia #AC50B2

Tints of Fuchsia #AC50B2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.6%

 BLUE value IS 178 (69.92% from 255) = 41.4%

R = 40%
G = 18.6%
B = 41.4%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AC50B2 (or 0xAC50B2) is known color: Fuchsia. HEX triplet: AC, 50 and B2. RGB value is (172,80,178). Sum of RGB (Red+Green+Blue) = 172+80+178=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC50B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC50B2 is #53AF4D. Grayscale: #767676. Windows color (decimal): -5484366 or 11686060. OLE color: 11686060.

HSL color Cylindrical-coordinate representation of color #AC50B2: hue angle of 296.33º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC50B2 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 80 178 -
CMYK 0.03 0.55 0 0.30
HSL 296.33º 0.39% 0.51% -
HSV(B) 296.33º 0.55% 0.7% -
XYZ 27.92 17.72 44.07 -
YUV 118.68 161.48 166.03 -
System Red Green Blue C M Y K H S L
Decimal 172 80 178 0.03 0.55 0 0.30 296.33 0.39 0.51
Hex AC 50 B2 3 37 0 1E 128 27 33
Octal 254 120 262 3 67 0 36 450 47 63
Binary 10101100 1010000 10110010 11 110111 0 11110 100101000 100111 110011

Color Harmonies of #AC50B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50B2

Black with #AC50B2

Text Example


Text Example

White with #AC50B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50B2; }

 p { color: rgb(172,80,178); }

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

background-color css

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

 a { background-color: rgb(172,80,178); }

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

border-color css

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

 span { border-color: rgb(172,80,178); }

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