#AF63F2

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

Shades of Medium Purple #AF63F2

Tints of Medium Purple #AF63F2

Color information

#AF63F2 (or 0xAF63F2) is unknown color: approx Medium Purple. HEX triplet: AF, 63 and F2. RGB value is (175,99,242). Sum of RGB (Red+Green+Blue) = 175+99+242=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF63F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF63F2 is #509C0D. Grayscale: #898989. Windows color (decimal): -5282830 or 15885231. OLE color: 15885231.

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

Color convert

RGB17599242-
CMYK0.280.5900.05
HSL271.89º84.62%66.86%-
HSV(B)271.89º59.09%94.9%-
XYZ38.1724.4586.71-
YUV138.03186.68154.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 99 (39.06% from 255) = 19.19%
BLUE value IS 242 (94.92% from 255) = 46.90%
R=33.91%
G=19.19%
B=46.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175992420.280.5900.05271.8984.6266.86
HexAF63F21C3B051105543
Octal257143362347305420125103
Binary1010111111000111111001011100111011010110001000010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF63F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF63F2; }

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

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

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

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

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

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

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

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