#AF68F4

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

Shades of Medium Purple #AF68F4

Tints of Medium Purple #AF68F4

Color information

#AF68F4 (or 0xAF68F4) is unknown color: approx Medium Purple. HEX triplet: AF, 68 and F4. RGB value is (175,104,244). Sum of RGB (Red+Green+Blue) = 175+104+244=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF68F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF68F4 is #50970B. Grayscale: #8C8C8C. Windows color (decimal): -5281548 or 16017583. OLE color: 16017583.

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

Color convert

RGB175104244-
CMYK0.280.5700.04
HSL270.43º86.42%68.24%-
HSV(B)270.43º57.38%95.69%-
XYZ38.9625.5588.47-
YUV141.19186.02152.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 104 (41.02% from 255) = 19.89%
BLUE value IS 244 (95.70% from 255) = 46.65%
R=33.46%
G=19.89%
B=46.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751042440.280.5700.04270.4386.4268.24
HexAF68F41C390410e5644
Octal257150364347104416126104
Binary1010111111010001111010011100111001010010000111010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF68F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF68F4; }

 p { color: rgb(175,104,244); }

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

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

 a { background-color: rgb(175,104,244); }

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

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

 span { border-color: rgb(175,104,244); }

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