#af67f2

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

Shades of Medium Purple #AF67F2

Tints of Medium Purple #AF67F2

Color information

#AF67F2 (or 0xAF67F2) is unknown color: approx Medium Purple. HEX triplet: AF, 67 and F2. RGB value is (175,103,242). Sum of RGB (Red+Green+Blue) = 175+103+242=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF67F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF67F2 is #50980D. Grayscale: #8B8B8B. Windows color (decimal): -5281806 or 15886255. OLE color: 15886255.

HSL color Cylindrical-coordinate representation of color #AF67F2: hue angle of 271.08º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF67F2 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175103242-
CMYK0.280.5700.05
HSL271.08º84.24%67.65%-
HSV(B)271.08º57.44%94.9%-
XYZ38.5625.2386.84-
YUV140.37185.35152.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 103 (40.62% from 255) = 19.81%
BLUE value IS 242 (94.92% from 255) = 46.54%
R=33.65%
G=19.81%
B=46.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751032420.280.5700.05271.0884.2467.65
HexAF67F21C390510f5444
Octal257147362347105417124104
Binary1010111111001111111001011100111001010110000111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af67f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af67f2; }

 p { color: rgb(175,103,242); }

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

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

 a { background-color: rgb(175,103,242); }

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

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

 span { border-color: rgb(175,103,242); }

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