Html Css Color HEX #AB33AA Fuchsia

📋 copy color: '#AB33AA'

red 171 ◦ green 51 ◦ blue 170

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

Shades of Fuchsia #AB33AA

Tints of Fuchsia #AB33AA

RGB

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

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

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

R = 43.62%
G = 13.01%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB33AA (or 0xAB33AA) is known color: Fuchsia. HEX triplet: AB, 33 and AA. RGB value is (171,51,170). Sum of RGB (Red+Green+Blue) = 171+51+170=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB33AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB33AA is #54CC55. Grayscale: #646464. Windows color (decimal): -5557334 or 11154347. OLE color: 11154347.

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

Color convert

RGB 171 51 170 -
CMYK 0 0.70 0.01 0.33
HSL 300.5º 0.54% 0.44% -
HSV(B) 300.5º 0.7% 0.67% -
XYZ 25.23 13.93 39.39 -
YUV 100.45 167.26 178.32 -
System Red Green Blue C M Y K H S L
Decimal 171 51 170 0 0.70 0.01 0.33 300.5 0.54 0.44
Hex AB 33 AA 0 46 1 21 12C 36 2C
Octal 253 63 252 0 106 1 41 454 66 54
Binary 10101011 110011 10101010 0 1000110 1 100001 100101100 110110 101100

Color Harmonies of #AB33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB33AA

Black with #AB33AA

Text Example


Text Example

White with #AB33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB33AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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