#AF71F9

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

Shades of Medium Purple #AF71F9

Tints of Medium Purple #AF71F9

Color information

#AF71F9 (or 0xAF71F9) is unknown color: approx Medium Purple. HEX triplet: AF, 71 and F9. RGB value is (175,113,249). Sum of RGB (Red+Green+Blue) = 175+113+249=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF71F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF71F9 is #508E06. Grayscale: #929292. Windows color (decimal): -5279239 or 16347567. OLE color: 16347567.

HSL color Cylindrical-coordinate representation of color #AF71F9: hue angle of 267.35º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF71F9 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175113249-
CMYK0.300.5500.02
HSL267.35º91.89%70.98%-
HSV(B)267.35º54.62%97.65%-
XYZ40.6827.7692.84-
YUV147.04185.54147.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 113 (44.53% from 255) = 21.04%
BLUE value IS 249 (97.66% from 255) = 46.37%
R=32.59%
G=21.04%
B=46.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751132490.300.5500.02267.3591.8970.98
HexAF71F91E370210b5c47
Octal257161371366702413134107
Binary101011111110001111110011111011011101010000101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF71F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF71F9; }

 p { color: rgb(175,113,249); }

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

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

 a { background-color: rgb(175,113,249); }

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

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

 span { border-color: rgb(175,113,249); }

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