#af60fe

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

Shades of Medium Purple #AF60FE

Tints of Medium Purple #AF60FE

Color information

#AF60FE (or 0xAF60FE) is unknown color: approx Medium Purple. HEX triplet: AF, 60 and FE. RGB value is (175,96,254). Sum of RGB (Red+Green+Blue) = 175+96+254=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF60FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF60FE is #509F01. Grayscale: #898989. Windows color (decimal): -5283586 or 16670895. OLE color: 16670895.

HSL color Cylindrical-coordinate representation of color #AF60FE: hue angle of 270º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF60FE is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17596254-
CMYK0.310.6200.00
HSL270º98.75%68.63%-
HSV(B)270º62.2%99.61%-
XYZ39.7524.6496.43-
YUV137.63193.67154.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 18.29%
BLUE value IS 254 (99.61% from 255) = 48.38%
R=33.33%
G=18.29%
B=48.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal175962540.310.6200.0027098.7568.63
HexAF60FE1F3E0010e6345
Octal257140376377600416143105
Binary10101111110000011111110111111111100010000111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af60fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af60fe; }

 p { color: rgb(175,96,254); }

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

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

 a { background-color: rgb(175,96,254); }

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

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

 span { border-color: rgb(175,96,254); }

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