#AF72FF

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

Shades of Medium Purple #AF72FF

Tints of Medium Purple #AF72FF

Color information

#AF72FF (or 0xAF72FF) is unknown color: approx Medium Purple. HEX triplet: AF, 72 and FF. RGB value is (175,114,255). Sum of RGB (Red+Green+Blue) = 175+114+255=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF72FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF72FF is #508D00. Grayscale: #939393. Windows color (decimal): -5278977 or 16741039. OLE color: 16741039.

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

Color convert

RGB175114255-
CMYK0.310.5500
HSL265.96º100%72.35%-
HSV(B)265.96º55.29%100%-
XYZ41.7528.3797.88-
YUV148.31188.21147.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 114 (44.92% from 255) = 20.96%
BLUE value IS 255 (100% from 255) = 46.88%
R=32.17%
G=20.96%
B=46.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751142550.310.5500265.9610072.35
HexAF72FF1F370010a6448
Octal257162377376700412144110
Binary10101111111001011111111111111101110010000101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF72FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF72FF; }

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

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

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

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

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

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

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

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