#AF82F8

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

Shades of Medium Purple #AF82F8

Tints of Medium Purple #AF82F8

Color information

#AF82F8 (or 0xAF82F8) is unknown color: approx Medium Purple. HEX triplet: AF, 82 and F8. RGB value is (175,130,248). Sum of RGB (Red+Green+Blue) = 175+130+248=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF82F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF82F8 is #507D07. Grayscale: #9C9C9C. Windows color (decimal): -5274888 or 16286383. OLE color: 16286383.

HSL color Cylindrical-coordinate representation of color #AF82F8: hue angle of 262.88º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF82F8 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175130248-
CMYK0.290.4800.03
HSL262.88º89.39%74.12%-
HSV(B)262.88º47.58%97.25%-
XYZ42.6131.8692.71-
YUV156.91179.41140.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 130 (51.17% from 255) = 23.51%
BLUE value IS 248 (97.27% from 255) = 44.85%
R=31.65%
G=23.51%
B=44.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751302480.290.4800.03262.8889.3974.12
HexAF82F81D3003107594a
Octal257202370356003407131112
Binary1010111110000010111110001110111000001110000011110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82F8; }

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

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

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

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

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

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

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

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