Html Css Color HEX #AB32AC Fuchsia

📋 copy color: '#AB32AC'

red 171 ◦ green 50 ◦ blue 172

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

Shades of Fuchsia #AB32AC

Tints of Fuchsia #AB32AC

RGB

 RED value IS 171 (67.19% from 255) = 43.51%

 GREEN value IS 50 (19.92% from 255) = 12.72%

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 43.51%
G = 12.72%
B = 43.77%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB32AC (or 0xAB32AC) is known color: Fuchsia. HEX triplet: AB, 32 and AC. RGB value is (171,50,172). Sum of RGB (Red+Green+Blue) = 171+50+172=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB32AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB32AC is #54CD53. Grayscale: #636363. Windows color (decimal): -5557588 or 11285163. OLE color: 11285163.

HSL color Cylindrical-coordinate representation of color #AB32AC: hue angle of 299.51º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB32AC is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 50 172 -
CMYK 0.01 0.71 0 0.33
HSL 299.51º 0.55% 0.44% -
HSV(B) 299.51º 0.71% 0.67% -
XYZ 25.38 13.92 40.38 -
YUV 100.09 168.59 178.58 -
System Red Green Blue C M Y K H S L
Decimal 171 50 172 0.01 0.71 0 0.33 299.51 0.55 0.44
Hex AB 32 AC 1 47 0 21 12C 37 2C
Octal 253 62 254 1 107 0 41 454 67 54
Binary 10101011 110010 10101100 1 1000111 0 100001 100101100 110111 101100

Color Harmonies of #AB32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB32AC

Black with #AB32AC

Text Example


Text Example

White with #AB32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB32AC; }

 p { color: rgb(171,50,172); }

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

background-color css

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

 a { background-color: rgb(171,50,172); }

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

border-color css

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

 span { border-color: rgb(171,50,172); }

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