#AF72F9

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

Shades of Medium Purple #AF72F9

Tints of Medium Purple #AF72F9

Color information

#AF72F9 (or 0xAF72F9) is unknown color: approx Medium Purple. HEX triplet: AF, 72 and F9. RGB value is (175,114,249). Sum of RGB (Red+Green+Blue) = 175+114+249=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF72F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF72F9 is #508D06. Grayscale: #939393. Windows color (decimal): -5278983 or 16347823. OLE color: 16347823.

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

Color convert

RGB175114249-
CMYK0.300.5400.02
HSL267.11º91.84%71.18%-
HSV(B)267.11º54.22%97.65%-
XYZ40.827.9992.87-
YUV147.63185.21147.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 114 (44.92% from 255) = 21.19%
BLUE value IS 249 (97.66% from 255) = 46.28%
R=32.53%
G=21.19%
B=46.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751142490.300.5400.02267.1191.8471.18
HexAF72F91E360210b5c47
Octal257162371366602413134107
Binary101011111110010111110011111011011001010000101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF72F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF72F9; }

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

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

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

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

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

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

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

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