#AB38AB

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

Shades of Fuchsia #AB38AB

Tints of Fuchsia #AB38AB

Color information

#AB38AB (or 0xAB38AB) is unknown color: approx Fuchsia. HEX triplet: AB, 38 and AB. RGB value is (171,56,171). Sum of RGB (Red+Green+Blue) = 171+56+171=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB38AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB38AB is #54C754. Grayscale: #676767. Windows color (decimal): -5556053 or 11221163. OLE color: 11221163.

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

Color convert

RGB17156171-
CMYK00.6700.33
HSL300º50.66%44.51%-
HSV(B)300º67.25%67.06%-
XYZ25.5614.4339.97-
YUV103.5166.1176.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 56 (22.27% from 255) = 14.07%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=42.96%
G=14.07%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715617100.6700.3330050.6644.51
HexAB38AB04302112c332d
Octal2537025301030414546355
Binary1010101111100010101011010000110100001100101100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB38AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB38AB; }

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

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

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

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

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

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

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

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