#AB67FB

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

Shades of Medium Purple #AB67FB

Tints of Medium Purple #AB67FB

Color information

#AB67FB (or 0xAB67FB) is unknown color: approx Medium Purple. HEX triplet: AB, 67 and FB. RGB value is (171,103,251). Sum of RGB (Red+Green+Blue) = 171+103+251=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB67FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB67FB is #549804. Grayscale: #8B8B8B. Windows color (decimal): -5543941 or 16476075. OLE color: 16476075.

HSL color Cylindrical-coordinate representation of color #AB67FB: hue angle of 267.57º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB67FB is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171103251-
CMYK0.320.5900.02
HSL267.57º94.87%69.41%-
HSV(B)267.57º58.96%98.43%-
XYZ39.0625.3294.1-
YUV140.2190.53149.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 103 (40.62% from 255) = 19.62%
BLUE value IS 251 (98.44% from 255) = 47.81%
R=32.57%
G=19.62%
B=47.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711032510.320.5900.02267.5794.8769.41
HexAB67FB203B0210c5f45
Octal253147373407302414137105
Binary1010101111001111111101110000011101101010000110010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB67FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB67FB; }

 p { color: rgb(171,103,251); }

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

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

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

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

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

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

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