Html Css Color HEX #AB32AA Fuchsia

📋 copy color: '#AB32AA'

red 171 ◦ green 50 ◦ blue 170

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

Shades of Fuchsia #AB32AA

Tints of Fuchsia #AB32AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 43.73%
G = 12.79%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB32AA (or 0xAB32AA) is known color: Fuchsia. HEX triplet: AB, 32 and AA. RGB value is (171,50,170). Sum of RGB (Red+Green+Blue) = 171+50+170=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB32AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB32AA is #54CD55. Grayscale: #636363. Windows color (decimal): -5557590 or 11154091. OLE color: 11154091.

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

Color convert

RGB 171 50 170 -
CMYK 0 0.71 0.01 0.33
HSL 300.5º 0.55% 0.43% -
HSV(B) 300.5º 0.71% 0.67% -
XYZ 25.19 13.84 39.37 -
YUV 99.86 167.59 178.74 -
System Red Green Blue C M Y K H S L
Decimal 171 50 170 0 0.71 0.01 0.33 300.5 0.55 0.43
Hex AB 32 AA 0 47 1 21 12C 37 2B
Octal 253 62 252 0 107 1 41 454 67 53
Binary 10101011 110010 10101010 0 1000111 1 100001 100101100 110111 101011

Color Harmonies of #AB32AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB32AA

Black with #AB32AA

Text Example


Text Example

White with #AB32AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB32AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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