#AF7EEC

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

Shades of Medium Purple #AF7EEC

Tints of Medium Purple #AF7EEC

Color information

#AF7EEC (or 0xAF7EEC) is unknown color: approx Medium Purple. HEX triplet: AF, 7E and EC. RGB value is (175,126,236). Sum of RGB (Red+Green+Blue) = 175+126+236=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF7EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7EEC is #508113. Grayscale: #989898. Windows color (decimal): -5275924 or 15498927. OLE color: 15498927.

HSL color Cylindrical-coordinate representation of color #AF7EEC: hue angle of 266.73º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF7EEC is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175126236-
CMYK0.260.4700.07
HSL266.73º74.32%70.98%-
HSV(B)266.73º46.61%92.55%-
XYZ40.2830.0983.04-
YUV153.19174.73143.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 126 (49.61% from 255) = 23.46%
BLUE value IS 236 (92.58% from 255) = 43.95%
R=32.59%
G=23.46%
B=43.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751262360.260.4700.07266.7374.3270.98
HexAF7EEC1A2F0710b4a47
Octal257176354325707413112107
Binary1010111111111101110110011010101111011110000101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7EEC; }

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

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

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

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

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

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

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

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