Html Css Color HEX #AB33AB Fuchsia

📋 copy color: '#AB33AB'

red 171 ◦ green 51 ◦ blue 171

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

Shades of Fuchsia #AB33AB

Tints of Fuchsia #AB33AB

RGB

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

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

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

R = 43.51%
G = 12.98%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB33AB (or 0xAB33AB) is known color: Fuchsia. HEX triplet: AB, 33 and AB. RGB value is (171,51,171). Sum of RGB (Red+Green+Blue) = 171+51+171=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB33AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB33AB is #54CC54. Grayscale: #646464. Windows color (decimal): -5557333 or 11219883. OLE color: 11219883.

HSL color Cylindrical-coordinate representation of color #AB33AB: hue angle of 300º 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 #AB33AB is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 51 171 -
CMYK 0 0.70 0 0.33
HSL 300º 0.54% 0.44% -
HSV(B) 300º 0.7% 0.67% -
XYZ 25.33 13.97 39.89 -
YUV 100.56 167.76 178.24 -
System Red Green Blue C M Y K H S L
Decimal 171 51 171 0 0.70 0 0.33 300 0.54 0.44
Hex AB 33 AB 0 46 0 21 12C 36 2C
Octal 253 63 253 0 106 0 41 454 66 54
Binary 10101011 110011 10101011 0 1000110 0 100001 100101100 110110 101100

Color Harmonies of #AB33AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB33AB

Black with #AB33AB

Text Example


Text Example

White with #AB33AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB33AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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