#AF7DFE

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

Shades of Medium Purple #AF7DFE

Tints of Medium Purple #AF7DFE

Color information

#AF7DFE (or 0xAF7DFE) is unknown color: approx Medium Purple. HEX triplet: AF, 7D and FE. RGB value is (175,125,254). Sum of RGB (Red+Green+Blue) = 175+125+254=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF7DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7DFE is #508201. Grayscale: #9A9A9A. Windows color (decimal): -5276162 or 16678319. OLE color: 16678319.

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

Color convert

RGB175125254-
CMYK0.310.5100.00
HSL263.26º98.47%74.31%-
HSV(B)263.26º50.79%99.61%-
XYZ42.930.9497.48-
YUV154.66184.06142.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 125 (49.22% from 255) = 22.56%
BLUE value IS 254 (99.61% from 255) = 45.85%
R=31.59%
G=22.56%
B=45.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751252540.310.5100.00263.2698.4774.31
HexAF7DFE1F3300107624a
Octal257175376376300407142112
Binary10101111111110111111110111111100110010000011111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DFE; }

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

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

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

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

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

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

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

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