#AF7FFF

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

Shades of Medium Purple #AF7FFF

Tints of Medium Purple #AF7FFF

Color information

#AF7FFF (or 0xAF7FFF) is unknown color: approx Medium Purple. HEX triplet: AF, 7F and FF. RGB value is (175,127,255). Sum of RGB (Red+Green+Blue) = 175+127+255=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7FFF is #508000. Grayscale: #9B9B9B. Windows color (decimal): -5275649 or 16744367. OLE color: 16744367.

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

Color convert

RGB175127255-
CMYK0.310.5000
HSL262.5º100%74.9%-
HSV(B)262.5º50.2%100%-
XYZ43.3231.5198.41-
YUV155.94183.9141.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 127 (50% from 255) = 22.80%
BLUE value IS 255 (100% from 255) = 45.78%
R=31.42%
G=22.80%
B=45.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751272550.310.5000262.510074.9
HexAF7FFF1F3200106644b
Octal257177377376200406144113
Binary10101111111111111111111111111100100010000011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7FFF; }

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

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

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

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

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

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

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

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