#AF69F7

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

Shades of Medium Purple #AF69F7

Tints of Medium Purple #AF69F7

Color information

#AF69F7 (or 0xAF69F7) is unknown color: approx Medium Purple. HEX triplet: AF, 69 and F7. RGB value is (175,105,247). Sum of RGB (Red+Green+Blue) = 175+105+247=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF69F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF69F7 is #509608. Grayscale: #8D8D8D. Windows color (decimal): -5281289 or 16214447. OLE color: 16214447.

HSL color Cylindrical-coordinate representation of color #AF69F7: hue angle of 269.58º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF69F7 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175105247-
CMYK0.290.5700.03
HSL269.58º89.87%69.02%-
HSV(B)269.58º57.49%96.86%-
XYZ39.5225.9390.92-
YUV142.12187.19151.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 105 (41.41% from 255) = 19.92%
BLUE value IS 247 (96.88% from 255) = 46.87%
R=33.21%
G=19.92%
B=46.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751052470.290.5700.03269.5889.8769.02
HexAF69F71D390310e5a45
Octal257151367357103416132105
Binary101011111101001111101111110111100101110000111010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF69F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF69F7; }

 p { color: rgb(175,105,247); }

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

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

 a { background-color: rgb(175,105,247); }

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

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

 span { border-color: rgb(175,105,247); }

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