#AF7AFE

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

Shades of Medium Purple #AF7AFE

Tints of Medium Purple #AF7AFE

Color information

#AF7AFE (or 0xAF7AFE) is unknown color: approx Medium Purple. HEX triplet: AF, 7A and FE. RGB value is (175,122,254). Sum of RGB (Red+Green+Blue) = 175+122+254=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF7AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7AFE is #508501. Grayscale: #989898. Windows color (decimal): -5276930 or 16677551. OLE color: 16677551.

HSL color Cylindrical-coordinate representation of color #AF7AFE: hue angle of 264.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF7AFE is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB175122254-
CMYK0.310.5200.00
HSL264.09º98.51%73.73%-
HSV(B)264.09º51.97%99.61%-
XYZ42.5330.1997.35-
YUV152.89185.06143.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 122 (48.05% from 255) = 22.14%
BLUE value IS 254 (99.61% from 255) = 46.10%
R=31.76%
G=22.14%
B=46.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751222540.310.5200.00264.0998.5173.73
HexAF7AFE1F3400108634a
Octal257172376376400410143112
Binary10101111111101011111110111111101000010000100011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7AFE; }

 p { color: rgb(175,122,254); }

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

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

 a { background-color: rgb(175,122,254); }

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

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

 span { border-color: rgb(175,122,254); }

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