#AF71F1

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

Shades of Medium Purple #AF71F1

Tints of Medium Purple #AF71F1

Color information

#AF71F1 (or 0xAF71F1) is unknown color: approx Medium Purple. HEX triplet: AF, 71 and F1. RGB value is (175,113,241). Sum of RGB (Red+Green+Blue) = 175+113+241=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF71F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF71F1 is #508E0E. Grayscale: #919191. Windows color (decimal): -5279247 or 15823279. OLE color: 15823279.

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

Color convert

RGB175113241-
CMYK0.270.5300.05
HSL269.06º82.05%69.41%-
HSV(B)269.06º53.11%94.51%-
XYZ39.4627.2886.4-
YUV146.13181.54148.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 113 (44.53% from 255) = 21.36%
BLUE value IS 241 (94.53% from 255) = 45.56%
R=33.08%
G=21.36%
B=45.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751132410.270.5300.05269.0682.0569.41
HexAF71F11B350510d5245
Octal257161361336505415122105
Binary1010111111100011111000111011110101010110000110110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF71F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF71F1; }

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

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

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

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

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

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

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

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