#AF6AFA

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

Shades of Medium Purple #AF6AFA

Tints of Medium Purple #AF6AFA

Color information

#AF6AFA (or 0xAF6AFA) is unknown color: approx Medium Purple. HEX triplet: AF, 6A and FA. RGB value is (175,106,250). Sum of RGB (Red+Green+Blue) = 175+106+250=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF6AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6AFA is #509505. Grayscale: #8E8E8E. Windows color (decimal): -5281030 or 16411311. OLE color: 16411311.

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

Color convert

RGB175106250-
CMYK0.30.5800.02
HSL268.75º93.51%69.8%-
HSV(B)268.75º57.6%98.04%-
XYZ40.0926.3293.41-
YUV143.05188.36150.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 106 (41.80% from 255) = 19.96%
BLUE value IS 250 (98.05% from 255) = 47.08%
R=32.96%
G=19.96%
B=47.08%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751062500.30.5800.02268.7593.5169.8
HexAF6AFA1E3A0210d5e46
Octal257152372367202415136106
Binary101011111101010111110101111011101001010000110110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6AFA; }

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

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

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

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

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

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

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

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