#AB67F7

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

Shades of Medium Purple #AB67F7

Tints of Medium Purple #AB67F7

Color information

#AB67F7 (or 0xAB67F7) is unknown color: approx Medium Purple. HEX triplet: AB, 67 and F7. RGB value is (171,103,247). Sum of RGB (Red+Green+Blue) = 171+103+247=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB67F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB67F7 is #549808. Grayscale: #8B8B8B. Windows color (decimal): -5543945 or 16213931. OLE color: 16213931.

HSL color Cylindrical-coordinate representation of color #AB67F7: hue angle of 268.33º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB67F7 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171103247-
CMYK0.310.5800.03
HSL268.33º90%68.63%-
HSV(B)268.33º58.3%96.86%-
XYZ38.4325.0790.81-
YUV139.75188.53150.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 103 (40.62% from 255) = 19.77%
BLUE value IS 247 (96.88% from 255) = 47.41%
R=32.82%
G=19.77%
B=47.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711032470.310.5800.03268.339068.63
HexAB67F71F3A0310c5a45
Octal253147367377203414132105
Binary101010111100111111101111111111101001110000110010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB67F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB67F7; }

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

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

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

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

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

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

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

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