#AF81FA

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

Shades of Medium Purple #AF81FA

Tints of Medium Purple #AF81FA

Color information

#AF81FA (or 0xAF81FA) is unknown color: approx Medium Purple. HEX triplet: AF, 81 and FA. RGB value is (175,129,250). Sum of RGB (Red+Green+Blue) = 175+129+250=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF81FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81FA is #507E05. Grayscale: #9C9C9C. Windows color (decimal): -5275142 or 16417199. OLE color: 16417199.

HSL color Cylindrical-coordinate representation of color #AF81FA: hue angle of 262.81º degrees, saturation: 0.92, 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 #AF81FA is Cyan = 0.3, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175129250-
CMYK0.30.4800.02
HSL262.81º92.37%74.31%-
HSV(B)262.81º48.4%98.04%-
XYZ42.7831.7294.31-
YUV156.55180.74141.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 129 (50.78% from 255) = 23.29%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=31.59%
G=23.29%
B=45.13%

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
Decimal1751292500.30.4800.02262.8192.3774.31
HexAF81FA1E30021075c4a
Octal257201372366002407134112
Binary1010111110000001111110101111011000001010000011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81FA; }

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

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

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

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

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

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

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

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