#AF7EFA

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

Shades of Medium Purple #AF7EFA

Tints of Medium Purple #AF7EFA

Color information

#AF7EFA (or 0xAF7EFA) is unknown color: approx Medium Purple. HEX triplet: AF, 7E and FA. RGB value is (175,126,250). Sum of RGB (Red+Green+Blue) = 175+126+250=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF7EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7EFA is #508105. Grayscale: #9A9A9A. Windows color (decimal): -5275910 or 16416431. OLE color: 16416431.

HSL color Cylindrical-coordinate representation of color #AF7EFA: hue angle of 263.71º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7EFA is Cyan = 0.3, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175126250-
CMYK0.30.5000.02
HSL263.71º92.54%73.73%-
HSV(B)263.71º49.6%98.04%-
XYZ42.430.9494.18-
YUV154.79181.73142.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 126 (49.61% from 255) = 22.87%
BLUE value IS 250 (98.05% from 255) = 45.37%
R=31.76%
G=22.87%
B=45.37%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751262500.30.5000.02263.7192.5473.73
HexAF7EFA1E32021085d4a
Octal257176372366202410135112
Binary101011111111110111110101111011001001010000100010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7EFA; }

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

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

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

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

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

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

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

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