#AF7CF3

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

Shades of Medium Purple #AF7CF3

Tints of Medium Purple #AF7CF3

Color information

#AF7CF3 (or 0xAF7CF3) is unknown color: approx Medium Purple. HEX triplet: AF, 7C and F3. RGB value is (175,124,243). Sum of RGB (Red+Green+Blue) = 175+124+243=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF7CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7CF3 is #50830C. Grayscale: #989898. Windows color (decimal): -5276429 or 15957167. OLE color: 15957167.

HSL color Cylindrical-coordinate representation of color #AF7CF3: hue angle of 265.71º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF7CF3 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175124243-
CMYK0.280.4900.05
HSL265.71º83.22%71.96%-
HSV(B)265.71º48.97%95.29%-
XYZ41.063088.42-
YUV152.82178.9143.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 124 (48.83% from 255) = 22.88%
BLUE value IS 243 (95.31% from 255) = 44.83%
R=32.29%
G=22.88%
B=44.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751242430.280.4900.05265.7183.2271.96
HexAF7CF31C310510a5348
Octal257174363346105412123110
Binary1010111111111001111001111100110001010110000101010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7CF3; }

 p { color: rgb(175,124,243); }

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

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

 a { background-color: rgb(175,124,243); }

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

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

 span { border-color: rgb(175,124,243); }

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