#AF7EFB

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

Shades of Medium Purple #AF7EFB

Tints of Medium Purple #AF7EFB

Color information

#AF7EFB (or 0xAF7EFB) is unknown color: approx Medium Purple. HEX triplet: AF, 7E and FB. RGB value is (175,126,251). Sum of RGB (Red+Green+Blue) = 175+126+251=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF7EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7EFB is #508104. Grayscale: #9A9A9A. Windows color (decimal): -5275909 or 16481967. OLE color: 16481967.

HSL color Cylindrical-coordinate representation of color #AF7EFB: hue angle of 263.52º degrees, saturation: 0.94, 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 #AF7EFB is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175126251-
CMYK0.300.5000.02
HSL263.52º93.98%73.92%-
HSV(B)263.52º49.8%98.43%-
XYZ42.553195.01-
YUV154.9182.23142.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 126 (49.61% from 255) = 22.83%
BLUE value IS 251 (98.44% from 255) = 45.47%
R=31.70%
G=22.83%
B=45.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751262510.300.5000.02263.5293.9873.92
HexAF7EFB1E32021085e4a
Octal257176373366202410136112
Binary101011111111110111110111111011001001010000100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7EFB; }

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

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

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

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

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

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

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

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