#AF82FA

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

Shades of Medium Purple #AF82FA

Tints of Medium Purple #AF82FA

Color information

#AF82FA (or 0xAF82FA) is unknown color: approx Medium Purple. HEX triplet: AF, 82 and FA. RGB value is (175,130,250). Sum of RGB (Red+Green+Blue) = 175+130+250=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF82FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF82FA is #507D05. Grayscale: #9C9C9C. Windows color (decimal): -5274886 or 16417455. OLE color: 16417455.

HSL color Cylindrical-coordinate representation of color #AF82FA: hue angle of 262.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF82FA is Cyan = 0.3, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175130250-
CMYK0.30.4800.02
HSL262.5º92.31%74.51%-
HSV(B)262.5º48%98.04%-
XYZ42.9231.9894.35-
YUV157.14180.41140.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 130 (51.17% from 255) = 23.42%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=31.53%
G=23.42%
B=45.05%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751302500.30.4800.02262.592.3174.51
HexAF82FA1E30021065c4b
Octal257202372366002406134113
Binary1010111110000010111110101111011000001010000011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82FA; }

 p { color: rgb(175,130,250); }

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

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

 a { background-color: rgb(175,130,250); }

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

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

 span { border-color: rgb(175,130,250); }

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