#AF83FD

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

Shades of Medium Purple #AF83FD

Tints of Medium Purple #AF83FD

Color information

#AF83FD (or 0xAF83FD) is unknown color: approx Medium Purple. HEX triplet: AF, 83 and FD. RGB value is (175,131,253). Sum of RGB (Red+Green+Blue) = 175+131+253=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF83FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF83FD is #507C02. Grayscale: #9D9D9D. Windows color (decimal): -5274627 or 16614319. OLE color: 16614319.

HSL color Cylindrical-coordinate representation of color #AF83FD: hue angle of 261.64º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF83FD is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175131253-
CMYK0.310.4800.01
HSL261.64º96.83%75.29%-
HSV(B)261.64º48.22%99.22%-
XYZ43.5332.4496.9-
YUV158.06181.58140.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 131 (51.56% from 255) = 23.43%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=31.31%
G=23.43%
B=45.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751312530.310.4800.01261.6496.8375.29
HexAF83FD1F3001106614b
Octal257203375376001406141113
Binary101011111000001111111101111111100000110000011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF83FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF83FD; }

 p { color: rgb(175,131,253); }

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

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

 a { background-color: rgb(175,131,253); }

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

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

 span { border-color: rgb(175,131,253); }

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