#AF5CFF

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

Shades of Medium Purple #AF5CFF

Tints of Medium Purple #AF5CFF

Color information

#AF5CFF (or 0xAF5CFF) is unknown color: approx Medium Purple. HEX triplet: AF, 5C and FF. RGB value is (175,92,255). Sum of RGB (Red+Green+Blue) = 175+92+255=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF5CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CFF is #50A300. Grayscale: #868686. Windows color (decimal): -5284609 or 16735407. OLE color: 16735407.

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

Color convert

RGB17592255-
CMYK0.310.6400
HSL270.55º100%68.04%-
HSV(B)270.55º63.92%100%-
XYZ39.5623.9997.15-
YUV135.4195.5156.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 92 (36.33% from 255) = 17.62%
BLUE value IS 255 (100% from 255) = 48.85%
R=33.52%
G=17.62%
B=48.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal175922550.310.6400270.5510068.04
HexAF5CFF1F400010f6444
Octal2571343773710000417144104
Binary101011111011100111111111111110000000010000111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5CFF; }

 p { color: rgb(175,92,255); }

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

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

 a { background-color: rgb(175,92,255); }

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

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

 span { border-color: rgb(175,92,255); }

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