#AF71F0

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

Shades of Medium Purple #AF71F0

Tints of Medium Purple #AF71F0

Color information

#AF71F0 (or 0xAF71F0) is unknown color: approx Medium Purple. HEX triplet: AF, 71 and F0. RGB value is (175,113,240). Sum of RGB (Red+Green+Blue) = 175+113+240=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF71F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF71F0 is #508E0F. Grayscale: #919191. Windows color (decimal): -5279248 or 15757743. OLE color: 15757743.

HSL color Cylindrical-coordinate representation of color #AF71F0: hue angle of 269.29º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF71F0 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175113240-
CMYK0.270.5300.06
HSL269.29º80.89%69.22%-
HSV(B)269.29º52.92%94.12%-
XYZ39.3127.2285.62-
YUV146.02181.04148.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 113 (44.53% from 255) = 21.40%
BLUE value IS 240 (94.14% from 255) = 45.45%
R=33.14%
G=21.40%
B=45.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751132400.270.5300.06269.2980.8969.22
HexAF71F01B350610d5145
Octal257161360336506415121105
Binary1010111111100011111000011011110101011010000110110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF71F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF71F0; }

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

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

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

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

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

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

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

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