#AF66F1

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

Shades of Medium Purple #AF66F1

Tints of Medium Purple #AF66F1

Color information

#AF66F1 (or 0xAF66F1) is unknown color: approx Medium Purple. HEX triplet: AF, 66 and F1. RGB value is (175,102,241). Sum of RGB (Red+Green+Blue) = 175+102+241=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF66F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66F1 is #50990E. Grayscale: #8B8B8B. Windows color (decimal): -5282063 or 15820463. OLE color: 15820463.

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

Color convert

RGB175102241-
CMYK0.270.5800.05
HSL271.51º83.23%67.25%-
HSV(B)271.51º57.68%94.51%-
XYZ38.3124.9786.02-
YUV139.67185.18153.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 102 (40.23% from 255) = 19.69%
BLUE value IS 241 (94.53% from 255) = 46.53%
R=33.78%
G=19.69%
B=46.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751022410.270.5800.05271.5183.2367.25
HexAF66F11B3A051105343
Octal257146361337205420123103
Binary1010111111001101111000111011111010010110001000010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF66F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF66F1; }

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

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

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

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

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

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

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

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