#AF79EE

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

Shades of Medium Purple #AF79EE

Tints of Medium Purple #AF79EE

Color information

#AF79EE (or 0xAF79EE) is unknown color: approx Medium Purple. HEX triplet: AF, 79 and EE. RGB value is (175,121,238). Sum of RGB (Red+Green+Blue) = 175+121+238=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF79EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF79EE is #508611. Grayscale: #969696. Windows color (decimal): -5277202 or 15628719. OLE color: 15628719.

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

Color convert

RGB175121238-
CMYK0.260.4900.07
HSL267.69º77.48%70.39%-
HSV(B)267.69º49.16%93.33%-
XYZ39.9528.9684.37-
YUV150.48177.39145.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 121 (47.66% from 255) = 22.66%
BLUE value IS 238 (93.36% from 255) = 44.57%
R=32.77%
G=22.66%
B=44.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751212380.260.4900.07267.6977.4870.39
HexAF79EE1A310710c4d46
Octal257171356326107414115106
Binary1010111111110011110111011010110001011110000110010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF79EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF79EE; }

 p { color: rgb(175,121,238); }

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

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

 a { background-color: rgb(175,121,238); }

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

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

 span { border-color: rgb(175,121,238); }

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