#AB35AB

Color #AB35AB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #AB35AB

Tints of Fuchsia #AB35AB

Color information

#AB35AB (or 0xAB35AB) is unknown color: approx Fuchsia. HEX triplet: AB, 35 and AB. RGB value is (171,53,171). Sum of RGB (Red+Green+Blue) = 171+53+171=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB35AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB35AB is #54CA54. Grayscale: #656565. Windows color (decimal): -5556821 or 11220395. OLE color: 11220395.

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

Color convert

RGB17153171-
CMYK00.6900.33
HSL300º52.68%43.92%-
HSV(B)300º69.01%67.06%-
XYZ25.4214.1439.92-
YUV101.73167.09177.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 53 (21.09% from 255) = 13.42%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=43.29%
G=13.42%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715317100.6900.3330052.6843.92
HexAB35AB04502112c352c
Octal2536525301050414546554
Binary1010101111010110101011010001010100001100101100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB35AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB35AB; }

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

 H1.HeaderClassName
 {
   color: #AB35AB;
 }
 .AnyTagClassName
 {
   color: #AB35AB;
 }
</style>
background-color css

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

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

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

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

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

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