#AF81F9

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

Shades of Medium Purple #AF81F9

Tints of Medium Purple #AF81F9

Color information

#AF81F9 (or 0xAF81F9) is unknown color: approx Medium Purple. HEX triplet: AF, 81 and F9. RGB value is (175,129,249). Sum of RGB (Red+Green+Blue) = 175+129+249=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF81F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81F9 is #507E06. Grayscale: #9C9C9C. Windows color (decimal): -5275143 or 16351663. OLE color: 16351663.

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

Color convert

RGB175129249-
CMYK0.300.4800.02
HSL263º90.91%74.12%-
HSV(B)263º48.19%97.65%-
XYZ42.6331.6593.49-
YUV156.43180.24141.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 249 (97.66% from 255) = 45.03%
R=31.65%
G=23.33%
B=45.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751292490.300.4800.0226390.9174.12
HexAF81F91E30021075b4a
Octal257201371366002407133112
Binary1010111110000001111110011111011000001010000011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81F9; }

 p { color: rgb(175,129,249); }

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

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

 a { background-color: rgb(175,129,249); }

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

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

 span { border-color: rgb(175,129,249); }

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