#AB3BB5

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

Shades of Fuchsia #AB3BB5

Tints of Fuchsia #AB3BB5

Color information

#AB3BB5 (or 0xAB3BB5) is unknown color: approx Fuchsia. HEX triplet: AB, 3B and B5. RGB value is (171,59,181). Sum of RGB (Red+Green+Blue) = 171+59+181=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB3BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BB5 is #54C44A. Grayscale: #6A6A6A. Windows color (decimal): -5555275 or 11877291. OLE color: 11877291.

HSL color Cylindrical-coordinate representation of color #AB3BB5: hue angle of 295.08º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3BB5 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17159181-
CMYK0.060.6700.29
HSL295.08º50.83%47.06%-
HSV(B)295.08º67.4%70.98%-
XYZ26.715.1245.23-
YUV106.4170.11174.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 59 (23.44% from 255) = 14.36%
BLUE value IS 181 (71.09% from 255) = 44.04%
R=41.61%
G=14.36%
B=44.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171591810.060.6700.29295.0850.8347.06
HexAB3BB564301D127332f
Octal2537326561030354476357
Binary10101011111011101101011101000011011101100100111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3BB5; }

 p { color: rgb(171,59,181); }

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

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

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

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

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

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

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