#AF72FD

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

Shades of Medium Purple #AF72FD

Tints of Medium Purple #AF72FD

Color information

#AF72FD (or 0xAF72FD) is unknown color: approx Medium Purple. HEX triplet: AF, 72 and FD. RGB value is (175,114,253). Sum of RGB (Red+Green+Blue) = 175+114+253=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF72FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF72FD is #508D02. Grayscale: #939393. Windows color (decimal): -5278979 or 16609967. OLE color: 16609967.

HSL color Cylindrical-coordinate representation of color #AF72FD: hue angle of 266.33º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF72FD is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175114253-
CMYK0.310.5500.01
HSL266.33º97.2%71.96%-
HSV(B)266.33º54.94%99.22%-
XYZ41.4328.2496.2-
YUV148.08187.21147.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 114 (44.92% from 255) = 21.03%
BLUE value IS 253 (99.22% from 255) = 46.68%
R=32.29%
G=21.03%
B=46.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751142530.310.5500.01266.3397.271.96
HexAF72FD1F370110a6148
Octal257162375376701412141110
Binary10101111111001011111101111111101110110000101011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF72FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF72FD; }

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

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

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

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

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

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

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

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