#AF7DFD

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

Shades of Medium Purple #AF7DFD

Tints of Medium Purple #AF7DFD

Color information

#AF7DFD (or 0xAF7DFD) is unknown color: approx Medium Purple. HEX triplet: AF, 7D and FD. RGB value is (175,125,253). Sum of RGB (Red+Green+Blue) = 175+125+253=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF7DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7DFD is #508202. Grayscale: #9A9A9A. Windows color (decimal): -5276163 or 16612783. OLE color: 16612783.

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

Color convert

RGB175125253-
CMYK0.310.5100.01
HSL263.44º96.97%74.12%-
HSV(B)263.44º50.59%99.22%-
XYZ42.7430.8796.63-
YUV154.54183.56142.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 125 (49.22% from 255) = 22.60%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=31.65%
G=22.60%
B=45.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751252530.310.5100.01263.4496.9774.12
HexAF7DFD1F3301107614a
Octal257175375376301407141112
Binary10101111111110111111101111111100110110000011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DFD; }

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

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

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

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

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

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

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

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