#AF79FD

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

Shades of Medium Purple #AF79FD

Tints of Medium Purple #AF79FD

Color information

#AF79FD (or 0xAF79FD) is unknown color: approx Medium Purple. HEX triplet: AF, 79 and FD. RGB value is (175,121,253). Sum of RGB (Red+Green+Blue) = 175+121+253=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF79FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF79FD is #508602. Grayscale: #979797. Windows color (decimal): -5277187 or 16611759. OLE color: 16611759.

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

Color convert

RGB175121253-
CMYK0.310.5200.01
HSL264.55º97.06%73.33%-
HSV(B)264.55º52.17%99.22%-
XYZ42.2529.8896.47-
YUV152.19184.89144.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 121 (47.66% from 255) = 22.04%
BLUE value IS 253 (99.22% from 255) = 46.08%
R=31.88%
G=22.04%
B=46.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751212530.310.5200.01264.5597.0673.33
HexAF79FD1F34011096149
Octal257171375376401411141111
Binary10101111111100111111101111111101000110000100111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF79FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF79FD; }

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

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

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

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

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

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

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

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