Html Css Color HEX #AB33AC Fuchsia

📋 copy color: '#AB33AC'

red 171 ◦ green 51 ◦ blue 172

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

Shades of Fuchsia #AB33AC

Tints of Fuchsia #AB33AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.94%

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

R = 43.4%
G = 12.94%
B = 43.65%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB33AC (or 0xAB33AC) is known color: Fuchsia. HEX triplet: AB, 33 and AC. RGB value is (171,51,172). Sum of RGB (Red+Green+Blue) = 171+51+172=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB33AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB33AC is #54CC53. Grayscale: #646464. Windows color (decimal): -5557332 or 11285419. OLE color: 11285419.

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

Color convert

RGB 171 51 172 -
CMYK 0.01 0.70 0 0.33
HSL 299.5º 0.54% 0.44% -
HSV(B) 299.5º 0.7% 0.67% -
XYZ 25.42 14 40.39 -
YUV 100.67 168.26 178.16 -
System Red Green Blue C M Y K H S L
Decimal 171 51 172 0.01 0.70 0 0.33 299.5 0.54 0.44
Hex AB 33 AC 1 46 0 21 12C 36 2C
Octal 253 63 254 1 106 0 41 454 66 54
Binary 10101011 110011 10101100 1 1000110 0 100001 100101100 110110 101100

Color Harmonies of #AB33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB33AC

Black with #AB33AC

Text Example


Text Example

White with #AB33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB33AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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