#AB42B7

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

Shades of Fuchsia #AB42B7

Tints of Fuchsia #AB42B7

Color information

#AB42B7 (or 0xAB42B7) is unknown color: approx Fuchsia. HEX triplet: AB, 42 and B7. RGB value is (171,66,183). Sum of RGB (Red+Green+Blue) = 171+66+183=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB42B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42B7 is #54BD48. Grayscale: #6E6E6E. Windows color (decimal): -5553481 or 12010155. OLE color: 12010155.

HSL color Cylindrical-coordinate representation of color #AB42B7: hue angle of 293.85º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB42B7 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17166183-
CMYK0.070.6400.28
HSL293.85º46.99%48.82%-
HSV(B)293.85º63.93%71.76%-
XYZ27.2915.9746.44-
YUV110.73168.79170.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 66 (26.17% from 255) = 15.71%
BLUE value IS 183 (71.88% from 255) = 43.57%
R=40.71%
G=15.71%
B=43.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171661830.070.6400.28293.8546.9948.82
HexAB42B774001C1262f31
Octal25310226771000344465761
Binary101010111000010101101111111000000011100100100110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB42B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB42B7; }

 p { color: rgb(171,66,183); }

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

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

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

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

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

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

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